Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Campbell authored and Cameron Campbell committed Aug 6, 2024
1 parent 0660ddf commit ed622b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openblox",
"description": "Roblox API Wrapper For Both Classic And OpenCloud APIs.",
"type": "commonjs",
"version": "1.0.36",
"version": "1.0.37",
"license": "MIT",
"bugs": {
"url": "https://github.com/MightyPart/openblox/issues"
Expand Down
4 changes: 2 additions & 2 deletions src/apis/cloud/legacyFollowings/legacyFollowings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export const universeFollowingStatusForUser = addApiMethod(async <UniverseId ext
* @param userId The ID of the authenticated user.
*
* @example const { data:ids } = await LegacyFollowingsApi.authedUserUnfollowUniverse({ universeId: 4922741943, userId: 45348281 })
* @exampleData {"universeId":4922741943,"userId":45348281} {"universeId":4922741943,"userId":45348281}
* @exampleRawBody {"universeId":4922741943,"userId":45348281} {"universeId":4922741943,"userId":45348281}
* @exampleData {"universeId":4922741943,"userId":45348281}
* @exampleRawBody {"universeId":4922741943,"userId":45348281}
*/
export const authedUserUnfollowUniverse = addApiMethod(async <UniverseId extends Identifier, UserId extends Identifier>(
{ universeId, userId }: { universeId: UniverseId, userId: UserId }
Expand Down

0 comments on commit ed622b5

Please sign in to comment.