From 0be5fce0305cdb34ac5984041fec2dd05de6a94d Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:55:35 +1100 Subject: [PATCH] fix(package/streaming): somehow valid path is invalid? --- package/client/resource/streaming/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/client/resource/streaming/index.ts b/package/client/resource/streaming/index.ts index 31fc72c2c..98be2a682 100644 --- a/package/client/resource/streaming/index.ts +++ b/package/client/resource/streaming/index.ts @@ -1,4 +1,4 @@ -import { waitFor } from 'shared'; +import { waitFor } from '../../'; async function streamingRequest( request: Function,