Skip to content

Commit e5f49fc

Browse files
author
David Seeto
committed
generate examples
1 parent 5479d39 commit e5f49fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-test/githunt/types.urql.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ export const OnCommentAddedDocument = gql`
411411
`;
412412

413413
export function useOnCommentAddedSubscription<TData = OnCommentAddedSubscription>(
414-
options: Omit<Urql.UseSubscriptionArgs<OnCommentAddedSubscriptionVariables>, 'query'> = {},
414+
options: Omit<Urql.UseSubscriptionArgs<OnCommentAddedSubscriptionVariables>, 'query'>,
415415
handler?: Urql.SubscriptionHandler<OnCommentAddedSubscription, TData>,
416416
) {
417417
return Urql.useSubscription<

0 commit comments

Comments
 (0)