Skip to content

Commit

Permalink
Merge pull request #198 from PlanIt-Project/BE_test#192
Browse files Browse the repository at this point in the history
fix: test
  • Loading branch information
moonjin-kim authored Apr 22, 2024
2 parents b12ae94 + f18dd14 commit 933452d
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 933452d

Please sign in to comment.