mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 21:36:06 +02:00
refactor query requests to use queryRequest module
This commit is contained in:
+2
-2
@@ -841,8 +841,8 @@ export const useUserStore = defineStore('User', () => {
|
||||
});
|
||||
if (!currentUser.value.hasSharedConnectionsOptOut) {
|
||||
try {
|
||||
userRequest
|
||||
.getMutualCounts({ userId })
|
||||
queryRequest
|
||||
.fetch('mutualCounts', { userId })
|
||||
.then((args) => {
|
||||
if (args.params.userId === D.id) {
|
||||
D.mutualFriendCount =
|
||||
|
||||
Reference in New Issue
Block a user