Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Nov 5, 2024
2 parents c85b354 + 3c34f0e commit 18b007c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ class SettingWeekendMealPeriodService(
val weekendMealPeriod = queryWeekendMealPeriodPort.queryWeekendMealById(admin!!)
saveWeekendMealPeriodPort.save(
weekendMealPeriod?.copy(
id = admin,
start = request.start,
end = request.end,
month = request.month
) ?: WeekendMealPeriod(
id = admin,
start = request.start,
end = request.end,
month = request.month
Expand Down

0 comments on commit 18b007c

Please sign in to comment.