Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
fixup! typelevelGH-765 implement Channel.listenR
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaechler committed Dec 20, 2022
1 parent 6878c79 commit 312a17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/shared/src/main/scala/Channel.scala
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ object Channel {
} yield stream.filter(_.channel === name)


def notify(message: String): F[Unit] =
def notify(message: String): F[Unit] =
// TODO: escape the message
proto.execute(Command(s"NOTIFY ${name.value}, '$message'", Origin.unknown, Void.codec)).void

Expand Down

0 comments on commit 312a17d

Please sign in to comment.