Skip to content

Commit 8683a5a

Browse files
datlechinCopilot
andauthored
Update TablePro/Core/Services/ExportService.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dc1518b commit 8683a5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TablePro/Core/Services/ExportService.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ final class ExportService: ObservableObject {
163163
}
164164
}
165165

166-
/// Fetch total row count for all tables
167-
/// Returns the total count and a flag indicating if any counts failed
166+
/// Fetch total row count for all tables.
167+
/// - Returns: The total row count across all tables. Any failures are logged but do not affect the returned value.
168168
private func fetchTotalRowCount(for tables: [ExportTableItem]) async -> Int {
169169
var total = 0
170170
var failedCount = 0

0 commit comments

Comments
 (0)