Skip to content

Commit

Permalink
feat: fix import service
Browse files Browse the repository at this point in the history
  • Loading branch information
firstnapat committed Mar 31, 2024
1 parent 1082303 commit 9e158f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/reminder.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

const classService = require('../services/class');
const enrollmentService = require('../services/enrollment');

const setEmailClassReminder = function (req, res){
Expand Down

0 comments on commit 9e158f3

Please sign in to comment.