Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 3c838c1

Browse files
committed
Fix import
1 parent e3fe501 commit 3c838c1

File tree

1 file changed

+1
-1
lines changed
  • packages/graphql-client/src/graphql-client/tests/graphql-client

1 file changed

+1
-1
lines changed

packages/graphql-client/src/graphql-client/tests/graphql-client/fixtures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { TextEncoder, TextDecoder } from "util";
22
import { Readable } from "stream";
33

4-
import { ReadableStream } from "web-streams-polyfill/es2018";
4+
import { ReadableStream } from "web-streams-polyfill";
55

66
import { createGraphQLClient } from "../../graphql-client";
77
import {

0 commit comments

Comments
 (0)