mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
#98, working sync setup from server to desktop instance + refactoring of DB initialization
This commit is contained in:
@@ -13,9 +13,14 @@ function getSourceId() {
|
||||
return namespace.get('sourceId');
|
||||
}
|
||||
|
||||
function reset() {
|
||||
clsHooked.reset();
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
init,
|
||||
wrap,
|
||||
namespace,
|
||||
getSourceId
|
||||
getSourceId,
|
||||
reset
|
||||
};
|
||||
Reference in New Issue
Block a user