mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-19 07:29:40 +02:00
Fix lint error
This commit is contained in:
@@ -494,7 +494,7 @@ function DocsExplorer({
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
const field = schemaPointer as GraphQLField<any, any>;
|
const field = schemaPointer as unknown as GraphQLField<any, any>;
|
||||||
const returnType = extractActualType(field.type);
|
const returnType = extractActualType(field.type);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user