mailtrain/shared/namespaces.js

9 lines
112 B
JavaScript
Raw Normal View History

'use strict';
function getGlobalNamespaceId() {
return 1;
}
module.exports = {
getGlobalNamespaceId
};