fix(api/stats): guild ticket count

This commit is contained in:
Isaac
2025-02-12 03:20:00 +00:00
parent 37ece87b4e
commit 5a908e77a7

View File

@@ -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'));