Skip to content

Commit fd6c504

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)