Skip to content

Conversation

noman-land
Copy link
Owner

No description provided.

@noman-land noman-land self-assigned this Mar 22, 2024
@noman-land noman-land added enhancement New feature or request typescript Updates to Typescript code ux Updates to user experience labels Mar 24, 2024
@noman-land noman-land added this to the Public beta milestone Mar 24, 2024
Copy link

cloudflare-workers-and-pages bot commented Feb 7, 2025

Deploying transcript-fish with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2187339
Status:🚫  Build failed.

View logs

return Object.entries(venues || {}).reduce<Record<string, Set<Option>>>(
(accum, [, { country, city }]) => {
if (!accum[country]) {
accum[country] = new Set();
Copy link
Owner Author

Choose a reason for hiding this comment

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

TODO: This can't be a Set

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request typescript Updates to Typescript code ux Updates to user experience
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant