Skip to content

Commit 8e7a138

Browse files
committed
fix: update out of date throws transformer import
1 parent 84ab592 commit 8e7a138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/waitable-map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Future } from '../room/utils';
2-
import { type Throws } from './throws';
2+
import { type Throws } from '@livekit/throws-transformer/throws';
33

44
/** An error which is thrown if a {@link WaitableMap#waitUntilExists} call is aborted midway
55
* through. */

0 commit comments

Comments
 (0)