mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
converted cloning and label routes
This commit is contained in:
@@ -9,8 +9,13 @@ function wrap(callback) {
|
||||
return async () => await init(callback);
|
||||
}
|
||||
|
||||
function getSourceId() {
|
||||
return namespace.get('sourceId');
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
init,
|
||||
wrap,
|
||||
namespace
|
||||
namespace,
|
||||
getSourceId
|
||||
};
|
||||
Reference in New Issue
Block a user