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 Aug 11, 2022
1 parent 9bbbbfa commit aa4bbd1
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 aa4bbd1

Please sign in to comment.