Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't add trailing comma in dispatch list and update dispatch list #74

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

stefpiatek
Copy link
Collaborator

Found out why we had trailing commas from the dispatch list - we were replacing whitespace with commas so we could have multiple items in a list of emails. Though if you had a space at the end, then it'd be a comma in the email! Have now fixed this and updated the dispatch list

Copy link
Collaborator

@katiebuntic katiebuntic left a comment

Choose a reason for hiding this comment

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

Ah amazing 🙌 This looks great - thank you!

@stefpiatek stefpiatek merged commit 4c1640c into main Oct 27, 2023
7 checks passed
@stefpiatek stefpiatek deleted the stef/remove_whitespace branch October 27, 2023 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants