Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Jun 20, 2024
1 parent d7009da commit ca16aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StreamCall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class StreamCall {
delete = (videoDeleteCallRequest?: VideoDeleteCallRequest) => {
return this.apiClient.deleteCall({
...this.baseRequest,
videoDeleteCallRequest: videoDeleteCallRequest || null,
videoDeleteCallRequest: videoDeleteCallRequest ?? null,
});
};

Expand Down

0 comments on commit ca16aec

Please sign in to comment.