Skip to content

Commit

Permalink
[TLC-277] Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kshepherd committed Oct 30, 2022
1 parent 0f444ce commit 13d17aa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -78,7 +78,7 @@ export class DetectDuplicateService {
});
} else {
// Item is undefined, we should clear / clean the whole section
this.store.dispatch(new CleanDetectDuplicateAction(submissionId))
this.store.dispatch(new CleanDetectDuplicateAction(submissionId));
}
return outputObject;
})
Expand Down

0 comments on commit 13d17aa

Please sign in to comment.