Compare commits

..

No commits in common. "f46bc907fe3b20147549a2d804f6a846a92024e9" and "99ee17058261aaf35910e6ae67c79c18a2eebc02" have entirely different histories.

View file

@ -613,7 +613,7 @@ export const listAliases = ({ credentials }) =>
method: 'GET',
credentials,
params: {
_cacheBooster: Date.now(),
_cacheBooster: Date().now(),
},
})
@ -799,7 +799,7 @@ export const listBackups = ({ credentials }) =>
method: 'GET',
credentials,
params: {
_cacheBooster: Date.now(),
_cacheBooster: Date().now(),
},
})