Compare commits
2 commits
99ee170582
...
f46bc907fe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f46bc907fe | ||
|
|
f305d7f110 |
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