91d9d20
1
2
3
4
5
module.exports = function (http, apis, ctx) { return function getCurrentUserID() { return ctx.userID; } }