Skip to content

Commit 71a812d

Browse files
committed
typo
1 parent 7877758 commit 71a812d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/DatabaseController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ DatabaseController.prototype.performInitialization = function() {
10051005
throw error;
10061006
});
10071007

1008-
const indexPromise = this.adapter.updateSchemaWithIndexes());
1008+
const indexPromise = this.adapter.updateSchemaWithIndexes();
10091009

10101010
// Create tables for volatile classes
10111011
const adapterInit = this.adapter.performInitialization({ VolatileClassesSchemas: SchemaController.VolatileClassesSchemas });

0 commit comments

Comments
 (0)