File size: 150 Bytes
e192d16
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"use strict";

module.exports = function (defaultFuncs, api, ctx) {
	return function getCurrentUserID() {
		return ctx.i_userID || ctx.userID;
	};
};