Missing ;

This commit is contained in:
Isaiah 2023-11-28 10:19:43 -05:00
parent f22b1c0ec8
commit eea958f274

View file

@ -84,7 +84,7 @@ watchEffect(() => {
}
});
onBeforeUnmount(() => stop())
onBeforeUnmount(() => stop());
async function requestPermissions() {
try {