mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 01:11:27 +03:00
fix(api/stats): guild ticket count
This commit is contained in:
@@ -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'));
|
||||
|
Reference in New Issue
Block a user