Skip to content

Commit

Permalink
removed useless return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiaanJansen committed Dec 6, 2022
1 parent 3123ea9 commit b816826
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Camera.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export default defineComponent({
constraints.video.deviceId.exact = deviceID;
await start();
emit("camera-change", deviceID);
return;
};
const resume = (): void => {
Expand Down

0 comments on commit b816826

Please sign in to comment.