Compare commits

..

2 Commits

Author SHA1 Message Date
0e55cd8876 5.0.26 2023-08-12 23:32:40 +02:00
eccdf3f00a fix(core): update 2023-08-12 23:32:39 +02:00
3 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartdata", "name": "@push.rocks/smartdata",
"version": "5.0.25", "version": "5.0.26",
"private": false, "private": false,
"description": "do more with data", "description": "do more with data",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartdata', name: '@push.rocks/smartdata',
version: '5.0.25', version: '5.0.26',
description: 'do more with data' description: 'do more with data'
} }

View File

@ -89,9 +89,7 @@ export class SmartdataDistributedCoordinator extends plugins.taskbuffer.distribu
taskRequestResults: [], taskRequestResults: [],
}; };
await this.ownInstance.save(); await this.ownInstance.save();
console.log('saved own instance.')
}); });
console.log('yep, we are here')
} }
// lets enable the heartbeat // lets enable the heartbeat