Skip to content

Commit

Permalink
Update Profile2Providing+Extensions.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Dec 13, 2024
1 parent c6dca5d commit d5c8189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extension Profile2Providing {
var isCakeDay: Bool { created.isAnniversaryToday }

var createdRecently: Bool {
var intervalSinceCreation = Date.now.timeIntervalSince(created)
let intervalSinceCreation = Date.now.timeIntervalSince(created)
return intervalSinceCreation < 30 * 24 * 60 * 60
}
}

0 comments on commit d5c8189

Please sign in to comment.