Skip to content

Commit

Permalink
Update src/components/UrqlSubscription.re
Browse files Browse the repository at this point in the history
Co-Authored-By: Gustavo Aguiar <gugahoa@gmail.com>
  • Loading branch information
parkerziegler and gugahoa authored Jun 11, 2019
1 parent 1680215 commit b17a778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UrqlSubscription.re
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let make =
(
~query: string,
~variables: Js.Json.t=?,
~handler: option(handler('a, 'b)),
~handler: handler('a, 'b)=?,
~children: subscriptionRenderProps('a) => React.element,
) =>
<SubscriptionJs query ?variables ?handler>
Expand Down

0 comments on commit b17a778

Please sign in to comment.