diff --git a/packages/client-sync/src/local-sync-worker/sync-worker.es6 b/packages/client-sync/src/local-sync-worker/sync-worker.es6 index 1a61c2264..bbdfc6d31 100644 --- a/packages/client-sync/src/local-sync-worker/sync-worker.es6 +++ b/packages/client-sync/src/local-sync-worker/sync-worker.es6 @@ -501,7 +501,7 @@ class SyncWorker { // Step 4: Listen to new mail. We need to do this after we've fetched the // folder list so we can correctly find the inbox folder on the very first // sync loop - SyncActivity.reportSyncActivity(accountId, "Lisening for new mail") + SyncActivity.reportSyncActivity(accountId, "Listening for new mail") await this._listenForNewMail() yield // Yield to allow interruption