Skip to content

Commit

Permalink
Merge pull request #62 from winebarrel/chore/add_comment
Browse files Browse the repository at this point in the history
chore: Add comment
  • Loading branch information
winebarrel authored Nov 4, 2024
2 parents 2a655a5 + 1fe5d08 commit 0c0b3ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PagerCall/PagerCallApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ struct PagerCallApp: App {
@State private var initialized = false
@State private var isMenuPresented = false
@State private var timer: Task<Void, Never>?
// NOTE: Define "apiKey" in PagerCallApp so that values are not lost during sleep.
@State private var apiKey = Vault.apiKey
@AppStorage("interval") private var interval = Constants.defaultInterval
@StateObject private var pagerDuty = PagerDuty()
Expand Down

0 comments on commit 0c0b3ef

Please sign in to comment.