Skip to content

Commit

Permalink
Update packages/client-react-streaming/src/DataTransportAbstraction/W…
Browse files Browse the repository at this point in the history
…rappedApolloClient.tsx

Co-authored-by: Jerel Miller <[email protected]>
  • Loading branch information
phryneas and jerelmiller authored Mar 12, 2024
1 parent 9e9c989 commit 37a3647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ApolloClientSSRImpl<TCacheShape> extends ApolloClientBase<TCacheShape> {
subscriber.next({
type: "data",
id,
result: result,
result,
});
return markResult.apply(queryInfo, arguments as any);
};
Expand Down

0 comments on commit 37a3647

Please sign in to comment.