Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NitinBot002
/
waha
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
waha
/
src
/
core
/
engines
/
gows
/
appstate.ts
NitinBot002
Upload 384 files
4327358
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
85 Bytes
export
function
isFromFullSync
(
event:
any
):
boolean
{
return
event.
FromFullSync
;
}