Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 85acf29

Browse files
committed
Fix format
1 parent d7ca34b commit 85acf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/use-camera-and-microphone-example/src/MainControls.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export const MainControls = () => {
170170
if (!token || token === "") throw Error("Token is empty");
171171
connect({
172172
peerMetadata: EXAMPLE_PEER_METADATA,
173-
token: token
173+
token: token,
174174
});
175175
}}
176176
>

0 commit comments

Comments
 (0)