diff --git a/src/actors/util/channels/channel.ts b/src/actors/util/channels/channel.ts index 4f03ab7..10778b0 100644 --- a/src/actors/util/channels/channel.ts +++ b/src/actors/util/channels/channel.ts @@ -140,7 +140,7 @@ export interface DuplexChannel extends Disposable { */ export type ChannelUpgrader = ( ch: DuplexChannel, -) => Promise; +) => Promise | void; // deno-lint-ignore no-explicit-any export type Message = TMessageProperties & {