fix
This commit is contained in:
parent
b7907534b4
commit
f305d7f110
1 changed files with 2 additions and 2 deletions
|
|
@ -613,7 +613,7 @@ export const listAliases = ({ credentials }) =>
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
credentials,
|
credentials,
|
||||||
params: {
|
params: {
|
||||||
_cacheBooster: Date().now(),
|
_cacheBooster: Date.now(),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
@ -799,7 +799,7 @@ export const listBackups = ({ credentials }) =>
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
credentials,
|
credentials,
|
||||||
params: {
|
params: {
|
||||||
_cacheBooster: Date().now(),
|
_cacheBooster: Date.now(),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue