Refactoring no available methods error (#211)

This commit is contained in:
KirillPamPam
2023-05-05 19:23:30 +04:00
committed by GitHub
parent a5c265b5f1
commit c3c72fe086

View File

@@ -297,7 +297,7 @@ open class NativeCall(
val availableMethods = upstream.getMethods()
if (!availableMethods.isAvailable(method)) {
val errorMessage = "The method $method does not exist/is not available"
val errorMessage = "The method $method is not available"
return Mono.just(
InvalidCallContext(
CallError(