converted cloning and label routes

This commit is contained in:
azivner
2018-03-30 13:20:36 -04:00
parent efffc29649
commit 8550ed72f2
6 changed files with 121 additions and 107 deletions

View File

@@ -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
};