Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonji91 committed Feb 16, 2024
1 parent ce1f248 commit 32ed500
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public ResponseResultDto.GetTotalResult getTotalResult(Long userId, Long resultI
.build();
}


public Result postResult(RequestResultDto request){

User user = userService.getUserById(request.getUserId());
Expand Down

0 comments on commit 32ed500

Please sign in to comment.