Skip to content

Commit

Permalink
chore: remove test type
Browse files Browse the repository at this point in the history
  • Loading branch information
pluvrt committed Jan 21, 2025
1 parent b318823 commit b242827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/PluvRoom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ type FetchOptions = { url: string; options?: RequestInit };
export type RoomEndpoints<TIO extends IOLike, TMetadata extends JsonObject> = {
wsEndpoint?: WsEndpoint<TMetadata>;
} & (InferIOAuthorizeUser<InferIOAuthorize<TIO>> extends BaseUser
? { authEndpoint: AuthEndpoint<TMetadata>; test?: InferIOAuthorizeUser<InferIOAuthorize<TIO>> }
? { authEndpoint: AuthEndpoint<TMetadata> }
: { authEndpoint?: undefined });

interface InternalListeners {
Expand Down

0 comments on commit b242827

Please sign in to comment.