Skip to content

Commit

Permalink
fix: double import of sockerServer in CasparCGConnection.ts forgot to…
Browse files Browse the repository at this point in the history
… remove in merge
  • Loading branch information
olzzon authored and olzzon committed Mar 27, 2020
1 parent 2daba02 commit cbc2ebe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/utils/mixerConnections/CasparCGConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { ICasparCGMixerGeometry, ICasparCGChannelLayerPair, ICasparCGMixerGeomet
import { IChannel } from '../../reducers/channelsReducer';
import { SET_PRIVATE } from '../../reducers/channelActions'
import { SET_VU_LEVEL, SET_CHANNEL_LABEL } from '../../reducers/faderActions'
import { SOCKET_SET_VU } from '../../constants/SOCKET_IO_DISPATCHERS';
import { logger } from '../logger'
import { SOCKET_SET_VU } from '../../constants/SOCKET_IO_DISPATCHERS';

Expand Down

0 comments on commit cbc2ebe

Please sign in to comment.