Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

fix: only fetch all assocations for flagged applications #1620

Merged
merged 3 commits into from
Sep 20, 2023

Conversation

lucasmarshall
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Sep 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
management-ui ⬜️ Ignored (Inspect) Visit Preview Sep 20, 2023 9:57pm
supaglue-docs ⬜️ Ignored (Inspect) Visit Preview Sep 20, 2023 9:57pm

@lucasmarshall lucasmarshall force-pushed the lucas/associations-feature-flag branch from da40e5e to f71c088 Compare September 20, 2023 21:31
Copy link
Contributor

@tomkit tomkit left a comment

Choose a reason for hiding this comment

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

Does this create an empty key in the interface we hand off to customers and did we do that prior to fetching associations?

I'm thinking about whether this might cause confusion to developers consuming the response. @asdfryan might know more

@lucasmarshall
Copy link
Contributor Author

Does this create an empty key in the interface we hand off to customers and did we do that prior to fetching associations?

I'm thinking about whether this might cause confusion to developers consuming the response. @asdfryan might know more

associations: associations.length ? associations.join(',') : undefined,
archived,

@lucasmarshall lucasmarshall merged commit 1064f95 into main Sep 20, 2023
9 checks passed
@lucasmarshall lucasmarshall deleted the lucas/associations-feature-flag branch September 20, 2023 22:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants