Skip to content

Commit

Permalink
Update userRestrictions.ts (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
sqikerz authored Dec 15, 2024
1 parent 5c15a6a commit 289645e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apis/cloud/userRestrictions/userRestrictions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const restrictionForUser = createApiMethod(async <UniverseId extends Iden
method: "GET",
path: (
placeId ? `/v2/universes/${universeId}/places/${placeId}/user-restrictions/${userId}`
: `/v2/universes/${universeId}/places/${placeId}/user-restrictions/${userId}`
: `/v2/universes/${universeId}/user-restrictions/${userId}`
),
name: `restrictionForUser`,
}))
Expand Down Expand Up @@ -171,4 +171,4 @@ export const listRestrictionLogs = createApiMethod(async <
})),

getCursorsFn: ({ nextPageToken }) => [ null, nextPageToken ],
}))
}))

0 comments on commit 289645e

Please sign in to comment.