dunbot / source /apis /lib /getCurrentUserID.js
Duongkum999's picture
Upload 56 files
91d9d20 verified
raw
history blame contribute delete
125 Bytes
module.exports = function (http, apis, ctx) {
return function getCurrentUserID() {
return ctx.userID;
}
}