Skip to content

Commit

Permalink
fix(package/streaming): somehow valid path is invalid?
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Jan 17, 2024
1 parent 312ff4e commit 0be5fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/client/resource/streaming/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { waitFor } from 'shared';
import { waitFor } from '../../';

async function streamingRequest(
request: Function,
Expand Down

0 comments on commit 0be5fce

Please sign in to comment.