Skip to content

Commit

Permalink
fix: remove invalidating time
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkemsevim committed Jun 27, 2024
1 parent bf868fa commit a6017f4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@
"version" : "1.12.2"
}
},
{
"identity" : "keychain-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/evgenyneu/keychain-swift",
"state" : {
"revision" : "d108a1fa6189e661f91560548ef48651ed8d93b9",
"version" : "20.0.0"
}
},
{
"identity" : "popupview",
"kind" : "remoteSourceControl",
"location" : "https://github.com/exyte/PopupView",
"state" : {
"revision" : "87f3bf660ba23e8ee49ea2b503e86dfdf8e61ca7",
"version" : "2.6.1"
}
},
{
"identity" : "sqlite.swift",
"kind" : "remoteSourceControl",
Expand All @@ -17,6 +35,15 @@
"revision" : "a95fc6df17d108bd99210db5e8a9bac90fe984b8",
"version" : "0.15.3"
}
},
{
"identity" : "swiftdate",
"kind" : "remoteSourceControl",
"location" : "https://github.com/malcommac/SwiftDate.git",
"state" : {
"revision" : "5d943224c3bb173e6ecf27295611615eba90c80e",
"version" : "7.0.0"
}
}
],
"version" : 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,6 @@ final class MainScreenViewModel: ObservableObject {
} catch {
HappyLogger.logger.error("Error occured while fetching all data")
self.parseError(for: error)
DispatchQueue.main.async {
self.timer?.invalidate()
self.timer = nil
}
}
}

Expand Down

0 comments on commit a6017f4

Please sign in to comment.