Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
0e55cd8876 | |||
eccdf3f00a |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartdata",
|
||||
"version": "5.0.25",
|
||||
"version": "5.0.26",
|
||||
"private": false,
|
||||
"description": "do more with data",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartdata',
|
||||
version: '5.0.25',
|
||||
version: '5.0.26',
|
||||
description: 'do more with data'
|
||||
}
|
||||
|
@ -89,9 +89,7 @@ export class SmartdataDistributedCoordinator extends plugins.taskbuffer.distribu
|
||||
taskRequestResults: [],
|
||||
};
|
||||
await this.ownInstance.save();
|
||||
console.log('saved own instance.')
|
||||
});
|
||||
console.log('yep, we are here')
|
||||
}
|
||||
|
||||
// lets enable the heartbeat
|
||||
|
Reference in New Issue
Block a user