Skip to content

Commit

Permalink
[FIX]: registration period
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaryoshida committed Dec 14, 2023
1 parent 42bc5a6 commit 3a04678
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/controllers/SuperuserController.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ exports.openRegistrationPeriod = async (req, res) => {
});
}


exports.getRegistrationPeriod = async (req, res) => {
try {
const currentPeriod = await Registration.findOne({
Expand Down

1 comment on commit 3a04678

@vercel
Copy link

@vercel vercel bot commented on 3a04678 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

matriculai – ./frontend

matriculai-git-main-matriculai.vercel.app
matriculai.vercel.app
matriculai-matriculai.vercel.app

Please sign in to comment.