chore: linting

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-06-09 00:42:26 -07:00
parent 0a012dbc79
commit ce952d2ad1
127 changed files with 821 additions and 517 deletions

View file

@ -61,7 +61,7 @@ async function uploadBatchesWithConcurrency(
folderName: string;
searchSpaceId: number;
rootFolderId: number | null;
processingMode?: "basic" | "premium";
processingMode?: "basic" | "premium";
signal?: AbortSignal;
onBatchComplete?: (filesInBatch: number) => void;
}
@ -189,7 +189,7 @@ export async function uploadFolderScan(params: FolderSyncParams): Promise<number
folderName,
searchSpaceId,
rootFolderId: rootFolderId ?? null,
processingMode,
processingMode,
signal,
onBatchComplete: (count) => {
uploaded += count;