diff --git a/helpers/service.helper.js b/helpers/service.helper.js index 51fb959..b4eb362 100644 --- a/helpers/service.helper.js +++ b/helpers/service.helper.js @@ -162,7 +162,7 @@ const generateService = (model, extraMethods = {}, options = defaultOptions) => const findOptions = parseParamsToFindOptions(params); // Necesario para el cálculo del count - // https://github.com/sequelize/sequelize/issues/10557 + // https://github.com/sequelize/sequelize/issues/10557 findOptions.distinct = true; console.log('findOptions'); console.log(findOptions);