Remove unnecessary whitespace

This commit is contained in:
Daniel Abrao 2024-04-14 11:26:48 -03:00 committed by psychedelicious
parent fc55522003
commit 14e41a1fd9

View File

@ -5,7 +5,6 @@ import { socketQueueItemStatusChanged } from 'services/events/actions';
const log = logger('socketio');
export const addSocketQueueItemStatusChangedEventListener = (startAppListening: AppStartListening) => {
startAppListening({
actionCreator: socketQueueItemStatusChanged,