Skip to content

Commit

Permalink
chore: eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour committed Jan 13, 2023
1 parent 2c74d67 commit f67dc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/mixins/pushConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const pushConnection = mixins(

this.reconnectTimeout = setTimeout(() => {
this.connectRetries++;
const isWorkflowRunning = this.uiStore.isActionActive('workflowRunning');;
const isWorkflowRunning = this.uiStore.isActionActive('workflowRunning');
if (this.connectRetries > 3 && !this.lostConnection && isWorkflowRunning) {
this.lostConnection = true;

Expand Down

0 comments on commit f67dc13

Please sign in to comment.