Skip to content

Commit

Permalink
Fix channel path
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Oct 17, 2024
1 parent c092778 commit 37eed3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actors/util/watch.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type { ChannelUpgrader } from ".//channels/channel.ts";
export type { ChannelUpgrader } from "./channels/channel.ts";
/**
* Watches events and returns async iterators for the events.
*/
Expand Down

0 comments on commit 37eed3e

Please sign in to comment.