mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 08:21:27 +03:00
fix: uncomment
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports.get = fastify => ({
|
||||
tickets: tickets.length,
|
||||
},
|
||||
};
|
||||
// await client.keyv.set(cacheKey, cached, ms('5m'));
|
||||
await client.keyv.set(cacheKey, cached, ms('5m'));
|
||||
}
|
||||
|
||||
return cached;
|
||||
|
Reference in New Issue
Block a user