mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 00:33:50 +02:00
fix: debug with type error checks
This commit is contained in:
@@ -34,12 +34,7 @@ const favoriteReq = {
|
||||
},
|
||||
|
||||
/**
|
||||
* @param {{
|
||||
* type: string,
|
||||
* favoriteId: string (objectId),
|
||||
* tags: string
|
||||
* }} params
|
||||
* @return { Promise<{json: any, params}> }
|
||||
* @type {import('../types/favorite').addFavorite}
|
||||
*/
|
||||
addFavorite(params) {
|
||||
return request('favorites', {
|
||||
|
||||
Reference in New Issue
Block a user