fixed formatting

This commit is contained in:
kaitlynkittyy 2024-04-10 22:00:07 -04:00
parent 006f4e96de
commit 45e4e1bd86

View file

@ -477,7 +477,6 @@ function ModalComponent({
console.log("New constraints:", track.getConstraints()); console.log("New constraints:", track.getConstraints());
}); });
}, 100); }, 100);
} catch { } catch {
console.log("Unable to start stream."); console.log("Unable to start stream.");
} }