Skip to content

Commit

Permalink
fixup! typelevelGH-765 implement Channel.listenR
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaechler committed Jan 4, 2023
1 parent dbbf870 commit ebf6c11
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 ebf6c11

Please sign in to comment.