minor fixes: npm updates, fonts, image serve fix.

This commit is contained in:
41666 2019-03-20 03:06:20 -05:00
parent c6f5b55c1c
commit 1b169fa284
8 changed files with 2663 additions and 1600 deletions

View file

@ -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) {