Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nudge/Utilities/UILogic.swift
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit f9022bd

Please sign in to comment.