Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
pull/10920/head
David Baker 2019-09-19 17:42:43 +01:00 committed by GitHub
parent 6464bfe850
commit 42b756952e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ async function migrateFromOldOrigin() {
},
});
const onOriginMigrationComplete = (e, success, sentSummary, storedSummary) => {
// we use once but we'll only get once of these events,
// we use once but we'll only get one of these events,
// so remove the listener for the other one
ipcMain.removeListener('origin_migration_nodata', onOriginMigrationNoData);