Skip to content

Commit

Permalink
Live edit the website?
Browse files Browse the repository at this point in the history
  • Loading branch information
Shy authored Aug 30, 2024
1 parent 640e141 commit f6228a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify/edge-functions/attendee_status.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default async (request, context) => {
let attendingArray = [];
attending_lookup.data.forEach((attendee) => {
attendingArray.push(
attendee.help + " " + attendee.attendee.attendee.split(" ")[0]
attendee.attendee.attendee.split(" ")[0]
);
}, attendingArray);

Expand Down

0 comments on commit f6228a0

Please sign in to comment.