mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-15 01:49:10 +00:00
minor fixes: npm updates, fonts, image serve fix.
This commit is contained in:
parent
c6f5b55c1c
commit
1b169fa284
8 changed files with 2663 additions and 1600 deletions
|
@ -7,7 +7,7 @@ class PresentationService extends Service {
|
|||
this.M = ctx.M
|
||||
this.discord = ctx.discord
|
||||
|
||||
this.cache = LRU({ max: 500, maxAge: 100 * 60 * 5 })
|
||||
this.cache = new LRU({ max: 500, maxAge: 100 * 60 * 5 })
|
||||
}
|
||||
|
||||
serverSlug (server) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue