Merge branch 'sonarqube-cleanup' into shigusegubu-themes3

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

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