Skip to content

Commit

Permalink
fix: todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria committed Jun 17, 2024
1 parent e584695 commit cf106c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Confidence/Confidence.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class Confidence: ConfidenceEventSender {
try await self.fetchAndActivate()
self.contextReconciliatedChanges.send(context.hash())
} catch {
// Log errors for debugging
// TODO: Log errors for debugging
}
}
}
Expand All @@ -75,7 +75,7 @@ public class Confidence: ConfidenceEventSender {
do {
try await internalFetch()
} catch {
// Log errors for debugging
// TODO: Log errors for debugging
}
try activate()
}
Expand Down

0 comments on commit cf106c9

Please sign in to comment.