Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize getEmployeeAvailableEarlier between the server and client sides. #43

Closed
ozonophore opened this issue Oct 31, 2023 · 0 comments · Fixed by #44
Closed

Synchronize getEmployeeAvailableEarlier between the server and client sides. #43

ozonophore opened this issue Oct 31, 2023 · 0 comments · Fixed by #44
Assignees
Labels
bug Something isn't working

Comments

@ozonophore
Copy link
Collaborator

ozonophore commented Oct 31, 2023

A client has a method with List as an input parameter (getEmployeeAvailableEarlier(employees: List): Employee). Bu server-part has that method with the input parameters as Set(fun getEmployeeAvailableEarlier(@RequestParam employees: Set): Employee). Need to synchronize these two methods. And delete @QueryMap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
1 participant