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