We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ab592 commit 8e7a138Copy full SHA for 8e7a138
1 file changed
src/utils/waitable-map.ts
@@ -1,5 +1,5 @@
1
import { Future } from '../room/utils';
2
-import { type Throws } from './throws';
+import { type Throws } from '@livekit/throws-transformer/throws';
3
4
/** An error which is thrown if a {@link WaitableMap#waitUntilExists} call is aborted midway
5
* through. */
0 commit comments