Skip to content

Commit

Permalink
temp removed capitalizations
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis committed Mar 3, 2024
1 parent 18f636b commit be32267
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/registrations/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ import awsConfig from "../../lib/config";
sends an email to the user if registration status is included in data, and
if they are registered, waitlisted, or cancelled, but not if checkedIn
*/
export async function updateHelper(data, createNew, emailProp, fname) {
const email = emailProp.toLowerCase();
export async function updateHelper(data, createNew, email, fname) {
const {
eventID, year, dynamicResponses, registrationStatus, applicationStatus
} = data;
Expand Down

0 comments on commit be32267

Please sign in to comment.