Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jonell01
/
Botpack
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Botpack
/
includes
/
login
/
src
/
getCurrentUserID.js
Jonell01
Upload 55 files
e192d16
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
150 Bytes
"use strict"
;
module
.
exports
=
function
(
defaultFuncs, api, ctx
) {
return
function
getCurrentUserID
(
) {
return
ctx.
i_userID
|| ctx.
userID
;
};
};