Skip to content

Commit 51a2c6d

Browse files
committed
fix lint
1 parent adc6040 commit 51a2c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/datadog-instrumentations/src/graphql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const validateFinishCh = channel('apm:graphql:validate:finish')
3737
const validateErrorCh = channel('apm:graphql:validate:error')
3838

3939
class AbortError extends Error {
40-
constructor(message) {
40+
constructor (message) {
4141
super(message)
4242
this.name = 'AbortError'
4343
}

0 commit comments

Comments
 (0)