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