Skip to content

Commit

Permalink
Merge pull request #184 from macadmins/main
Browse files Browse the repository at this point in the history
Bring in main
  • Loading branch information
erikng committed Jun 7, 2021
2 parents b6525dd + f9022bd commit 5574287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nudge/Utilities/UILogic.swift
Expand Up @@ -64,7 +64,7 @@ func needToActivateNudge(deferralCountVar: Int, lastRefreshTimeVar: Date) -> Boo

// The first time the main timer contoller hits we don't care
if !afterFirstRun {
let msg = "Initilizing nudgeRefreshCycle"
let msg = "Initializing nudgeRefreshCycle"
uiLog.info("\(msg, privacy: .public)")
_ = afterFirstRun = true
_ = lastRefreshTime = Date()
Expand Down

0 comments on commit 5574287

Please sign in to comment.