Skip to content

Commit

Permalink
fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Sizov committed May 6, 2024
1 parent 3d035fc commit a39670f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ open class NativeSubscribe(
}
.map(this@NativeSubscribe::convertToProto)
.doOnCancel {
log.warn("Subscription ${subscriptionId} cancelled")
log.warn("Subscription $subscriptionId cancelled")
}.onErrorMap {
convertToStatus(it, subscriptionId)
}
Expand Down

0 comments on commit a39670f

Please sign in to comment.