diff --git a/package.json b/package.json index d3c479d..34c8d4f 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/src/apis/cloud/legacyFollowings/legacyFollowings.ts b/src/apis/cloud/legacyFollowings/legacyFollowings.ts index d5b2622..e7a41ed 100644 --- a/src/apis/cloud/legacyFollowings/legacyFollowings.ts +++ b/src/apis/cloud/legacyFollowings/legacyFollowings.ts @@ -72,8 +72,8 @@ export const universeFollowingStatusForUser = addApiMethod(async ( { universeId, userId }: { universeId: UniverseId, userId: UserId }