fix: uncomment

This commit is contained in:
Isaac 2023-02-10 23:34:00 +00:00
parent ced14ce36a
commit b4ab7524e2
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -47,7 +47,7 @@ module.exports.get = fastify => ({
tickets: tickets.length, tickets: tickets.length,
}, },
}; };
// await client.keyv.set(cacheKey, cached, ms('5m')); await client.keyv.set(cacheKey, cached, ms('5m'));
} }
return cached; return cached;