diff --git a/src/features/search-sync/background.ts b/src/features/search-sync/background.ts index c1b0f5f..39a171a 100644 --- a/src/features/search-sync/background.ts +++ b/src/features/search-sync/background.ts @@ -179,6 +179,7 @@ async function syncAllCourses() { await sendFile(module, fileUrl) }).then(() => { state.currentUploads += 1 + sendSyncProgress() console.log(`Uploaded files: ${state.currentUploads} / ${state.totalUploads}`) }), )