mailtrain/shared/users.js

9 lines
No EOL
92 B
JavaScript

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