Fix formatting issues

This commit is contained in:
Jordan Eldredge 2024-02-23 16:08:26 -08:00
parent 96a90ffc73
commit 8ca54c0aec
3 changed files with 3 additions and 3 deletions

View file

@ -181,7 +181,7 @@ const allowList = [
/http:\/\/localhost:3000/,
/http:\/\/localhost:3001/,
/netlify.app/,
/https:\/\/dustinbrett.com/
/https:\/\/dustinbrett.com/,
];
const corsOptions: CorsOptions = {

View file

@ -82,7 +82,7 @@ async function processGivenUserUploads(
message: e.message,
} as const;
eventHandler(action);
throw e
throw e;
console.error(e);
}
}

View file

@ -224,7 +224,7 @@ class Webamp {
*/
setVolume(volume: number): void {
this.store.dispatch(Actions.setVolume(volume));
}
}
/**
* Seek backward n seconds in the curent track