From 69244bdf1263b4b6e547b09a36356b110d3b3527 Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 12 May 2020 19:31:51 +0200 Subject: [PATCH] Lint fix --- app/src/actions/peerActions.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/actions/peerActions.js b/app/src/actions/peerActions.js index 8a67371..b40d486 100644 --- a/app/src/actions/peerActions.js +++ b/app/src/actions/peerActions.js @@ -88,8 +88,8 @@ export const setStopPeerVideoInProgress = (peerId, flag) => }); export const setStopPeerScreenSharingInProgress = (peerId, flag) => -({ - type : 'STOP_PEER_SCREEN_SHARING_IN_PROGRESS', - payload : { peerId, flag } -}); + ({ + type : 'STOP_PEER_SCREEN_SHARING_IN_PROGRESS', + payload : { peerId, flag } + });