mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 21:36:06 +02:00
refactor queryRequest
This commit is contained in:
+2
-2
@@ -868,8 +868,8 @@ export const useUserStore = defineStore('User', () => {
|
||||
}
|
||||
});
|
||||
}
|
||||
groupRequest
|
||||
.getRepresentedGroup({ userId })
|
||||
queryRequest
|
||||
.fetch('representedGroup', { userId })
|
||||
.then((args1) => {
|
||||
groupStore.handleGroupRepresented(args1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user