This commit is contained in:
Henry Jameson 2026-08-04 16:40:43 +03:00
commit f305d7f110

View file

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