Skip to content

Commit

Permalink
Merge branch 'feature/#2/jobEdu' into Develop
Browse files Browse the repository at this point in the history
  • Loading branch information
charBS0701 committed Jul 31, 2023
2 parents afcfb92 + 6f8b286 commit 2eac968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/JobEdu/jobEduController.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { response, errResponse } = require("../../../config/response");
export const getJobEduList = async (req, res) => {
try {
const page = req.query.page || 1;
const pageSize = req.query.pageSize || 10;
const pageSize = req.query.pageSize || 11;
const active_status = req.query.active_status;

const jobEduListResult = await jobEduProvider.retrieveJobEduList(
Expand Down

0 comments on commit 2eac968

Please sign in to comment.