Skip to content

Commit

Permalink
Update GraphQLQueryPagerCoordinator.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
haldun authored Oct 9, 2024
1 parent 02d8d93 commit 6a42d23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,6 @@ private actor CompletionManager {
}

deinit {
completions.forEach { $0.completion?(PaginationError.cancellation) }
completions.forEach { $0.execute(error: PaginationError.cancellation) }
}
}

0 comments on commit 6a42d23

Please sign in to comment.