mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
use action from store instead of directly modifying state in components
This commit is contained in:
@@ -167,7 +167,7 @@ export function request(endpoint, options) {
|
||||
parsed.status === 429 &&
|
||||
init.url.endsWith('/instances/groups')
|
||||
) {
|
||||
updateLoopStore.nextGroupInstanceRefresh = 120; // 1min
|
||||
updateLoopStore.setNextGroupInstanceRefresh(120); // 1min
|
||||
$throw(429, t('api.status_code.429'), endpoint);
|
||||
}
|
||||
if (parsed.status === 504 || parsed.status === 502) {
|
||||
|
||||
Reference in New Issue
Block a user