fix(core): update
This commit is contained in:
parent
c7544133d9
commit
eccdf3f00a
@ -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'
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user