You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the findByRequestId method of inter-communication/inter-caller-service/src/main/kotlin/pl/piomin/samples/caller/controller/CallerController.kt, the getForObject call is missing the response type parameter (Conversation::class.java) and the requestId parameter.
Please add these missing parameters to fix the method.
/sweep
The text was updated successfully, but these errors were encountered:
In the findByRequestId method of inter-communication/inter-caller-service/src/main/kotlin/pl/piomin/samples/caller/controller/CallerController.kt, the getForObject call is missing the response type parameter (Conversation::class.java) and the requestId parameter.
Please add these missing parameters to fix the method.
/sweep
The text was updated successfully, but these errors were encountered: