Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duongkum999
/
dunbot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dunbot
/
source
/
apis
/
lib
/
getCurrentUserID.js
Duongkum999
Upload 56 files
91d9d20
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
module
.
exports
=
function
(
http, apis, ctx
) {
return
function
getCurrentUserID
(
) {
return
ctx.
userID
;
}
}