Compare commits
No commits in common. "f46bc907fe3b20147549a2d804f6a846a92024e9" and "99ee17058261aaf35910e6ae67c79c18a2eebc02" have entirely different histories.
f46bc907fe
...
99ee170582
1 changed files with 2 additions and 2 deletions
|
|
@ -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(),
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue