Skip to content

Commit

Permalink
PM-16847: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-livefront committed Jan 13, 2025
1 parent a345642 commit 8d359b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ final class SendListProcessor: StateProcessor<SendListState, SendListAction, Sen
let needsSync = try await services.vaultRepository.needsSync()

if needsSync, sections.isEmpty {
// If a sync is needed and there's no sends in the user's vault, it could
// If a sync is needed and there are no sends in the user's vault, it could
// mean the initial sync hasn't completed so sync first.
do {
try await services.sendRepository.fetchSync(forceSync: false)
Expand Down

0 comments on commit 8d359b1

Please sign in to comment.