dev add method link
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-08 14:09:26 +07:00
parent ed8eb25ec1
commit d506b1cdaf
2 changed files with 5 additions and 1 deletions
@@ -48,7 +48,6 @@ public class UserInfoHandler implements RequestHandler {
UserAdditionalInfoBody.class);
log.info("Processing UserInfoHandler with action: {}", body.getAction());
log.info("UserAdditionalInfoBody: {}", body);
return switch (body.getAction()) {
case "getAll" -> getAllAdditionalInfos(request);