Skip to content

Commit fd6c504

Browse files
committed
fix(): lint fix
1 parent 3a7d637 commit fd6c504

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/resolvers/projectPatterns.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ function validateNewEventGroupingPattern(
7676
if (!safe(newEventGroupingPattern)) {
7777
throw new ApolloError('Invalid regular expression pattern');
7878
}
79-
8079
} catch (error) {
8180
throw new ApolloError('Invalid regular expression pattern');
8281
}

0 commit comments

Comments
 (0)