fix: resolve syntax errors and missing imports in registration logic#369
fix: resolve syntax errors and missing imports in registration logic#369Goutam-2702 wants to merge 1 commit into
Conversation
|
@Goutam-2702 is attempting to deploy a commit to the anubhav12302387's projects Team on Vercel. A member of the Team first needs to authorize it. |
👋 Thanks for opening a PR, @Goutam-2702!Your PR has entered the 🎯 EventOne GSSoC PR Review Pipeline.
What happens next
A pipeline status comment will appear below and update automatically as your PR progresses. While you wait
This comment is posted only once. EventOne × GSSoC Automated Pipeline |
❌ PR Format Check — Failed — Please Fix BelowHi @Goutam-2702! Please fix the issues below before your PR can proceed to mentor review. ❌ Must Fix Before Proceeding❌ Issue #368 is not assigned to you (@Goutam-2702) — You must be assigned to the issue before submitting a PR.
📋 EventOne PR Guidelines (click to expand)Title format — Conventional Commits: Always link an issue: Use a feature branch — never PR directly from Write your own description — AI-generated content = EventOne × GSSoC Pipeline — Stage 1 Automated Check |
Closes #368
This PR fixes a critical SyntaxError in backend/src/controllers/registrationController.js caused by incorrectly merged git conflicts (unmatched braces and duplicated functions). It also fixes undefined endpoints being imported into registrationRoutes.js.
Testing Steps
pm run dev or
ode src/app.js in the �ackend directory).