Skip to content

Commit

Permalink
πŸ”€ :: (#572) ν™ˆν™”λ©΄ 보라색 κ°•μ‘° μœ„μ ―μ™€ λ™μΌμ‹œ
Browse files Browse the repository at this point in the history
  • Loading branch information
juyeong525 authored Oct 4, 2023
2 parents 9c7bce8 + 61cc0ea commit 015855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/Widget/Sources/Meal/XquareMealWidget.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct XquareMealWidgetProvider: TimelineProvider {
private func getMealTime() -> MealTime {
if 9 > Int(Date().toString(format: "HH"))! {
return .breakfast
} else if 13 > Int(Date().toString(format: "HH"))! {
} else if 14 > Int(Date().toString(format: "HH"))! {
return .lunch
} else {
return .dinner
Expand Down

0 comments on commit 015855e

Please sign in to comment.