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 7576cad commit 6447340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.31",
"version": "1.0.33",
"license": "MIT",
"bugs": {
"url": "https://github.com/MightyPart/openblox/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloud/legacyBadges/legacyBadges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const addApiMethod = createApiGroup({ name: "LegacyBadges", baseUrl: "https://ap
* @param description The new description for the badge.
* @param enabled If the badge is to enabled.
*
* @example const { data:success } = await ClassicBadgesApi.updateBadge({ badgeId: 2124533401, description: "hello" })
* @example const { data:success } = await LegacyBadgesApi.updateBadge({ badgeId: 2124533401, description: "hello" })
* @exampleData true
* @exampleRawBody {}
*/
Expand Down

0 comments on commit 6447340

Please sign in to comment.