Skip to content

Commit 9ce4355

Browse files
committed
Fix wrong return value
1 parent f3a5f10 commit 9ce4355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func handleExtensionsValidationDidStart(p *Params) ([]gqlerrors.FormattedError,
148148
finishFn(errs)
149149
}()
150150
}
151-
return errs
151+
return extErrs
152152
}
153153
}
154154

0 commit comments

Comments
 (0)