mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
fix: dialog types error
This commit is contained in:
@@ -436,8 +436,8 @@ export const useUserStore = defineStore('User', () => {
|
||||
const robotUrl = `${AppGlobal.endpointDomain}/file/file_0e8c4e32-7444-44ea-ade4-313c010d4bae/1/file`;
|
||||
/**
|
||||
*
|
||||
* @param {import('../types/user').getUserResponse} json
|
||||
* @returns {import('../types/user').vrcxUser}
|
||||
* @param {import('../types/api/user').GetUserResponse} json
|
||||
* @returns {import('../types/api/user').VrcxUser}
|
||||
*/
|
||||
function applyUser(json) {
|
||||
let hasPropChanged = false;
|
||||
@@ -1735,8 +1735,8 @@ export const useUserStore = defineStore('User', () => {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {import('../types/user').getCurrentUserResponse} json
|
||||
* @returns {import('../types/user').getCurrentUserResponse}
|
||||
* @param {import('../types/api/user').GetCurrentUserResponse} json
|
||||
* @returns {import('../types/api/user').GetCurrentUserResponse}
|
||||
*/
|
||||
function applyCurrentUser(json) {
|
||||
authStore.attemptingAutoLogin = false;
|
||||
|
||||
Reference in New Issue
Block a user