Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Dec 9, 2023
1 parent 4d94177 commit c3bb698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class BettingApplicationService(

val betting = bettingService.create(
user = userService.loadById(userId),
goal = goalService.loadbyId(goalId),
goal = goalService.loadById(goalId),
predictionType = predictionType
)

Expand Down

0 comments on commit c3bb698

Please sign in to comment.