diff --git a/packages/core/database/lib/entity-manager/relations-orderer.js b/packages/core/database/lib/entity-manager/relations-orderer.js index a691315235..47507cc223 100644 --- a/packages/core/database/lib/entity-manager/relations-orderer.js +++ b/packages/core/database/lib/entity-manager/relations-orderer.js @@ -30,7 +30,6 @@ const _ = require('lodash/fp'); * @param {Array<*>} initArr - array of relations to initialize the class with * @param {string} idColumn - the column name of the id * @param {string} orderColumn - the column name of the order - * @param {number} [maxOrder=0] - Used to calculate the order of relations placed at the end * @return {*} */ const relationsOrderer = (initArr, idColumn, orderColumn) => {