mailtrain/shared/namespaces.js
2018-04-22 17:33:43 +02:00

9 lines
No EOL
120 B
JavaScript

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