mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 23:33:50 +02:00
fix: dialog types error
This commit is contained in:
@@ -77,8 +77,8 @@ const userReq = {
|
||||
},
|
||||
|
||||
/**
|
||||
* @param {string[]} params User tags to add
|
||||
* @returns {Promise<{json: any, params: string[]}>}
|
||||
* @param {{tags: string[]}} params User tags to add
|
||||
* @returns {Promise<{json: any, params: {tags: string[]}}>}
|
||||
*/
|
||||
addUserTags(params) {
|
||||
const userStore = useUserStore();
|
||||
@@ -96,8 +96,8 @@ const userReq = {
|
||||
},
|
||||
|
||||
/**
|
||||
* @param {string[]} params User tags to remove
|
||||
* @returns {Promise<{json: any, params: string[]}>}
|
||||
* @param {{tags: string[]}} params User tags to remove
|
||||
* @returns {Promise<{json: any, params: {tags: string[]}}>}
|
||||
*/
|
||||
removeUserTags(params) {
|
||||
const userStore = useUserStore();
|
||||
|
||||
Reference in New Issue
Block a user