Skip to content

Commit

Permalink
fix(2971): spublish typo fix (#2972) (#2975)
Browse files Browse the repository at this point in the history
fixing #2971

Co-authored-by: Jedrzej Krauze <jedrzej.krauze@gmail.com>
  • Loading branch information
tishun and jkrauze authored Aug 26, 2024
1 parent 83f459a commit 385275b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public Mono<Map<K, Long>> pubsubShardNumsub(K... shardChannels) {

@Override
public Mono<Long> spublish(K shardChannel, V message) {
return createMono(() -> commandBuilder.publish(shardChannel, message));
return createMono(() -> commandBuilder.spublish(shardChannel, message));
}

@Override
Expand Down

0 comments on commit 385275b

Please sign in to comment.