Skip to content

Commit b258b67

Browse files
committed
fix lint issue
1 parent 6f1f640 commit b258b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ const fgraphqlOptions2: FGraphQLHookOptions = {
264264
inclJoinedNames: false,
265265
inclAllFieldsClient: true,
266266
inclAllFieldsServer: true,
267-
skipHookWhen: (context) => { context.data; return false}
267+
skipHookWhen: (context) => { context.data; return false; }
268268
}
269269
};
270270
// $ExpectType Hook

0 commit comments

Comments
 (0)