Skip to content

Commit fd56291

Browse files
committed
fix: return InterfaceTypeComposer
1 parent 2c84ee1 commit fd56291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodeInterface.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ export function getNodeInterface<TContex>(
2626
return (sc.get('Node'): any);
2727
}
2828
sc.set('Node', (NodeTC: any));
29-
return (NodeInterface: any);
29+
return (NodeTC: any);
3030
}

0 commit comments

Comments
 (0)