Skip to content

Commit

Permalink
fixed jsdoc params for experience apis update place and universe
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 77707b9 commit 26d896c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/cloud/experiences/experiences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const updatePlace = addApiMethod(async <
Description extends string, ServerSize extends number
>(
{ universeId, placeId, ...rest }:
{ universeId: UniverseId, placeId: PlaceId, displayName: DisplayName, description: Description, serverSize: ServerSize }
{ universeId: UniverseId, placeId: PlaceId, displayName?: DisplayName, description?: Description, serverSize?: ServerSize }
): ApiMethod<
RawUpdatePlaceData<UniverseId, PlaceId, DisplayName, Description, ServerSize>,
PrettifiedUpdatePlaceData<UniverseId, PlaceId, DisplayName, Description, ServerSize>
Expand Down

0 comments on commit 26d896c

Please sign in to comment.