Skip to content

Commit 763d822

Browse files
committed
Fix. Invalid channel name
1 parent f322afc commit 763d822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/eigr/spawn/api/actors/workflows/Broadcast.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public Protocol.Broadcast build() {
4949
}
5050

5151
if (this.channel.isPresent()) {
52-
builder.setActionName(this.channel.get());
52+
builder.setChannelGroup(this.channel.get());
5353
}
5454

5555
if (Objects.isNull(this.payload)) {

0 commit comments

Comments
 (0)