mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Remove old comment about await in loop
This commit is contained in:
@@ -1663,7 +1663,6 @@ function updateSchema(db: Database): void {
|
||||
for (let index = 0; index < maxUserVersion; index += 1) {
|
||||
const runSchemaUpdate = SCHEMA_VERSIONS[index];
|
||||
|
||||
// Yes, we really want to do this asynchronously, in order
|
||||
runSchemaUpdate(userVersion, db);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user