#98, working sync setup from server to desktop instance + refactoring of DB initialization

This commit is contained in:
azivner
2018-07-22 19:56:20 +02:00
parent a201661ce5
commit 073300bbcd
10 changed files with 149 additions and 62 deletions

View File

@@ -13,9 +13,14 @@ function getSourceId() {
return namespace.get('sourceId');
}
function reset() {
clsHooked.reset();
}
module.exports = {
init,
wrap,
namespace,
getSourceId
getSourceId,
reset
};