api cleanup

This commit is contained in:
Henry Jameson 2026-08-04 00:37:18 +03:00
commit 0a7bfce95b
2 changed files with 3 additions and 3 deletions

View file

@ -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(),
},
})