mirror of
https://github.com/iptv-org/iptv.git
synced 2026-06-13 21:02:09 +08:00
Update db.js
This commit is contained in:
parent
529661b64b
commit
957042059c
@ -63,6 +63,10 @@ class Database {
|
||||
return this.db.find(query)
|
||||
}
|
||||
|
||||
all() {
|
||||
return this.find({})
|
||||
}
|
||||
|
||||
remove(query, options) {
|
||||
return this.db.remove(query, options)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user