1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00
This commit is contained in:
Adria Navarro 2024-03-05 17:57:28 +01:00
parent 8f9e8b60c3
commit f2330144de

View file

@ -301,7 +301,7 @@ class RedisWrapper {
end
`
const keys = Object.keys(dataToStore)
let values = Object.values(dataToStore)
const values = Object.values(dataToStore)
if (expirySeconds !== null) {
values.push(expirySeconds)
}