mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
lint
This commit is contained in:
parent
30bfee8fda
commit
bff484e791
@ -32,7 +32,9 @@ export const appSocketConnected = createAction('socket/appSocketConnected');
|
||||
*
|
||||
* Do not use. Only for use in middleware.
|
||||
*/
|
||||
export const socketConnectionError = createAction<{ error: Error }>('socket/socketConnectionError');/**
|
||||
export const socketConnectionError = createAction<{ error: Error }>(
|
||||
'socket/socketConnectionError'
|
||||
); /**
|
||||
|
||||
* Socket.IO Disconnect
|
||||
*
|
||||
|
@ -57,7 +57,7 @@ export const setEventListeners = (arg: SetEventListenersArg) => {
|
||||
);
|
||||
}
|
||||
}
|
||||
dispatch(socketConnectionError({ error }))
|
||||
dispatch(socketConnectionError({ error }));
|
||||
});
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user