Clean
This commit is contained in:
parent
8f9e8b60c3
commit
f2330144de
|
@ -301,7 +301,7 @@ class RedisWrapper {
|
||||||
end
|
end
|
||||||
`
|
`
|
||||||
const keys = Object.keys(dataToStore)
|
const keys = Object.keys(dataToStore)
|
||||||
let values = Object.values(dataToStore)
|
const values = Object.values(dataToStore)
|
||||||
if (expirySeconds !== null) {
|
if (expirySeconds !== null) {
|
||||||
values.push(expirySeconds)
|
values.push(expirySeconds)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue