fix: typo

This commit is contained in:
Marc-Roig 2023-04-18 17:04:46 +02:00
parent 4b5106d606
commit bd57c683af

View File

@ -383,7 +383,7 @@ module.exports = (db) => {
added: addedTables,
updated: updatedTables,
unchanged: unchangedTables,
removed: [...removedTables],
removed: removedTables,
},
},
};