sync fixes and refactorings

This commit is contained in:
zadam
2023-07-29 21:59:20 +02:00
parent 2a7fe85020
commit 04b125afc0
14 changed files with 109 additions and 190 deletions

View File

@@ -0,0 +1,5 @@
const utils = require('./utils');
const instanceId = utils.randomString(12);
module.exports = instanceId;