Fix web lint issues

This commit is contained in:
Jaime Baez 2022-09-08 17:30:49 +02:00
parent 6725954b70
commit 4f7a3afbfc
40 changed files with 122 additions and 121 deletions

View file

@ -19,7 +19,8 @@ export const openWebsocketConnection = () => {
};
const listenToEvent = (socket: Socket) => {
socket.on('on_upload_success', (data) => {});
//TODO: if we are not using this, we should probably remove it?
socket.on('on_upload_success', () => undefined);
socket.on('error', (e) => {
console.log('Websocket Error', e);