Skip to content

Commit 1adfa77

Browse files
committed
fix lint error
1 parent 3f2dd27 commit 1adfa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/buildClientSchema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export function buildClientSchema(
154154
const type = getType(typeRef);
155155
invariant(
156156
isOutputType(type),
157-
'Introspection must provide output type for fields. ' + inspect(type),
157+
'Introspection must provide output type for fields. ' + inspect(type),
158158
);
159159
return type;
160160
}

0 commit comments

Comments
 (0)