Skip to content

Commit

Permalink
Merge pull request #199 from PlanIt-Project/BE
Browse files Browse the repository at this point in the history
Be
  • Loading branch information
moonjin-kim authored Apr 22, 2024
2 parents 30c6366 + 933452d commit 9bad5a5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file added logs/access-2024-04-22.0.log
Empty file.
Empty file added logs/error-2024-04-22.0.log
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public ApiResponse<String> modify(
public ApiResponse<Long> approve(@PathVariable("id") Long id, @Valid @RequestBody ApproveRequestDto request) {
LocalDateTime now = LocalDateTime.now();
return ApiResponse.ok(
programService.approve(id, request.getTrainer(), now)
programService.approve(id, request.getTrainerId(), now)
);
}

Expand Down

0 comments on commit 9bad5a5

Please sign in to comment.