mailtrain/shared/users.js

9 lines
92 B
JavaScript
Raw Normal View History

'use strict';
function getAdminId() {
return 1;
}
module.exports = {
getAdminId
2018-09-01 19:29:10 +00:00
};