This website requires JavaScript.
Explore
Help
Sign in
public
/
mailtrain
Watch
1
Star
0
Fork
You've already forked mailtrain
0
Code
Issues
Pull requests
Releases
Wiki
Activity
03bcba1667
mailtrain
/
shared
/
users.js
9 lines
92 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Line endings fixed so that we don't have CRLF in Git. Better now than later.
2019-03-27 08:49:29 +00:00
'use strict'
;
function
getAdminId
(
)
{
return
1
;
}
module
.
exports
=
{
getAdminId
Basic import seems to work
2018-09-01 19:29:10 +00:00
}
;
Reference in a new issue
Copy permalink