mirror of
https://github.com/zadam/trilium.git
synced 2024-12-27 09:43:18 +08:00
8 lines
No EOL
174 B
JavaScript
8 lines
No EOL
174 B
JavaScript
const utils = require('./utils');
|
|
const log = require('./log');
|
|
|
|
const sourceId = utils.randomString(16);
|
|
|
|
log.info("Using sourceId=" + sourceId);
|
|
|
|
module.exports = sourceId; |