mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-02-23 10:51:22 +02:00
fix(api/stats): guild ticket count
This commit is contained in:
parent
37ece87b4e
commit
5a908e77a7
@ -94,7 +94,7 @@ module.exports.get = fastify => ({
|
||||
tickets: c._count.tickets,
|
||||
})),
|
||||
tags,
|
||||
tickets: tickets.length,
|
||||
tickets,
|
||||
},
|
||||
};
|
||||
await client.keyv.set(cacheKey, cached, ms('5m'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user