Skip to content

Commit

Permalink
Update packages/client-react-streaming/src/ManualDataTransport/serial…
Browse files Browse the repository at this point in the history
…ization.ts

Co-authored-by: Jerel Miller <[email protected]>
  • Loading branch information
phryneas and jerelmiller authored Apr 9, 2024
1 parent ecd19c3 commit b7c0118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Stringifies a value to be injected into JavaScript "text" - preverves `undefined` values.
* Stringifies a value to be injected into JavaScript "text" - preserves `undefined` values.
*/
export function stringify(value: any) {
let undefinedPlaceholder = "$apollo.undefined$";
Expand Down

0 comments on commit b7c0118

Please sign in to comment.