Skip to content

Commit

Permalink
marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 15, 2023
1 parent f2f7cbf commit 1b9777f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public MessagesDto getMessages(UUID chatId, UUID dancerId, Optional<UUID> lastMe
return webClient.get()
.uri(uriBuilder -> uriBuilder
.path(BASE_URI + "/{chatId}/messages")
.queryParam("dancer_id", dancerId)
.queryParam("dancer_id", dancerId) // this parameter seems to make no sense
.queryParamIfPresent("last_message_id", lastMessageId)
.build(chatId)
)
Expand Down

0 comments on commit 1b9777f

Please sign in to comment.