Skip to content

Commit

Permalink
fix: uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Feb 10, 2023
1 parent ced14ce commit b4ab752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/api/admin/guilds/[guild]/index.js
Expand Up @@ -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;
Expand Down

0 comments on commit b4ab752

Please sign in to comment.