Skip to content

Commit

Permalink
self. good
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed authored Dec 5, 2024
1 parent 5fd08c9 commit d6c213b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/MessagingInApp/Gist/Gist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ class Gist: GistProvider {
private func invalidateTimer() {
// Timer must be scheduled or modified on main.
threadUtil.runMain {
queueTimer?.invalidate()
queueTimer = nil
self.queueTimer?.invalidate()
self.queueTimer = nil
}
}

Expand Down

0 comments on commit d6c213b

Please sign in to comment.