Skip to content

Commit

Permalink
Update BeeminderWidget/BeeminderGoalListWidget.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
krugerk committed Nov 23, 2024
1 parent aff4e05 commit 1610a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeeminderWidget/BeeminderGoalListWidget.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct BeeminderGoalListProvider: TimelineProvider {
: BeeminderGoalListEntryGoalDTO.goalDTOs.shuffled()

return .init(date: Date(),
username: username,
username: username ?? "Player1",
goals: goals.prefix(numGoals).map { $0 })
}

Expand Down

0 comments on commit 1610a8f

Please sign in to comment.