9 lines
No EOL
92 B
JavaScript
9 lines
No EOL
92 B
JavaScript
'use strict';
|
|
|
|
function getAdminId() {
|
|
return 1;
|
|
}
|
|
|
|
module.exports = {
|
|
getAdminId
|
|
}; |