Skip to content

Commit

Permalink
fix: github full resync is broken (#8449)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Fontanier <[email protected]>
  • Loading branch information
fontanierh and Henry Fontanier authored Nov 5, 2024
1 parent 1329c3e commit 65bd406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export async function googleDriveFullSync({

let nextPageToken: string | undefined = undefined;

if (!foldersToBrowse) {
if (!foldersToBrowse.length) {
foldersToBrowse = await getFoldersToSync(connectorId);
}

Expand Down

0 comments on commit 65bd406

Please sign in to comment.