This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cherrypick
Watch
1
Star
1
Fork
0
You've already forked cherrypick
mirror of
https://github.com/kokonect-link/cherrypick
synced
2024-12-25 20:18:23 +09:00
Code
281b388e39
cherrypick
/
src
/
server
/
api
/
models
/
mute.ts
4 lines
101 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Introduce processor
2018-03-29 01:20:40 +09:00
import
db
from
'../../../db/mongodb'
;
wip
2017-12-22 04:50:50 +09:00
export
default
db
.
get
(
'mute'
)
as
any
;
// fuck type definition
Copy Permalink