Skip to content

Commit

Permalink
Merge pull request #86 from Synthetixio/dev
Browse files Browse the repository at this point in the history
promote dev to master
  • Loading branch information
drptbl authored Apr 20, 2024
2 parents 7254c8e + d30bf9d commit bd7e840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module.exports = {

const cacheSet = await redisClient.set(key, JSON.stringify(value), {
EX: process.env.CACHE_TIME || ttl,
NX: true,
NX: false,
});
return cacheSet;
} catch (error) {
Expand Down

0 comments on commit bd7e840

Please sign in to comment.