Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
lumi-tip committed Sep 24, 2024
1 parent f2c7284 commit e9bd61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/mentorship/schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function MentorshipSchedule() {
const res = await bc.mentorship({
services: academy.services.map((s) => s.slug).join(','),
status: 'ACTIVE',
syllabus: allSyllabus?.join(','),
syllabus: allSyllabus?.join(',') || undefined,
academy: academy.id,
}).getMentor();

Expand Down

0 comments on commit e9bd61c

Please sign in to comment.