Skip to content

Commit 2d55be3

Browse files
committed
chore(repo): import utils fetch in realtime-js
1 parent 8c47bd4 commit 2d55be3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/core/realtime-js/src/RealtimeChannel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import type {
1010
} from './RealtimePresence'
1111
import * as Transformers from './lib/transformers'
1212
import { httpEndpointURL } from './lib/transformers'
13+
import {} from '@supabase/utils-fetch'
1314

1415
type ReplayOption = {
1516
since: number

packages/core/realtime-js/tsconfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@
1515
"moduleResolution": "Node",
1616
"forceConsistentCasingInFileNames": true,
1717
"stripInternal": true
18-
}
18+
},
19+
"references": [
20+
{
21+
"path": "../../utils/fetch"
22+
}
23+
]
1924
}

0 commit comments

Comments
 (0)