Skip to content

Commit

Permalink
fix(2971): spublish typo fix (#2972)
Browse files Browse the repository at this point in the history
fixing #2971
  • Loading branch information
jkrauze authored Aug 25, 2024
1 parent c0e6993 commit c33cea9
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 c33cea9

Please sign in to comment.