mirror of
https://github.com/strapi/strapi.git
synced 2025-09-05 14:53:01 +00:00
remove maxOrder from jsdoc
This commit is contained in:
parent
e48a54da9a
commit
6f183c3cf3
@ -30,7 +30,6 @@ const _ = require('lodash/fp');
|
|||||||
* @param {Array<*>} initArr - array of relations to initialize the class with
|
* @param {Array<*>} initArr - array of relations to initialize the class with
|
||||||
* @param {string} idColumn - the column name of the id
|
* @param {string} idColumn - the column name of the id
|
||||||
* @param {string} orderColumn - the column name of the order
|
* @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 {*}
|
* @return {*}
|
||||||
*/
|
*/
|
||||||
const relationsOrderer = (initArr, idColumn, orderColumn) => {
|
const relationsOrderer = (initArr, idColumn, orderColumn) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user