mailtrain/shared/users.js

9 lines
100 B
JavaScript
Raw Normal View History

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