We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7d637 commit fd6c504Copy full SHA for fd6c504
src/resolvers/projectPatterns.ts
@@ -76,7 +76,6 @@ function validateNewEventGroupingPattern(
76
if (!safe(newEventGroupingPattern)) {
77
throw new ApolloError('Invalid regular expression pattern');
78
}
79
-
80
} catch (error) {
81
82
0 commit comments