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

fix: Correct destructuring in queries for teamSettings #3417

Merged
merged 2 commits into from
Jul 12, 2024

Conversation

DafyddLlyr
Copy link
Contributor

@DafyddLlyr DafyddLlyr commented Jul 12, 2024

Fixes for a few errors which popped up post production-deply.

Copy link

github-actions bot commented Jul 12, 2024

Removed vultr server and associated DNS entries

@@ -97,7 +97,16 @@ const validateSingleSessionRequest = async (
team {
name
slug
settings: team_settings
settings: team_settings {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Columns need to be specified for relationships. This response now matches the TeamSettings type.

@DafyddLlyr DafyddLlyr requested a review from a team July 12, 2024 13:44
@DafyddLlyr DafyddLlyr marked this pull request as ready for review July 12, 2024 13:45
@DafyddLlyr DafyddLlyr merged commit e1bc433 into main Jul 12, 2024
12 checks passed
@DafyddLlyr DafyddLlyr deleted the dp/fix-missing-team-settings-calls branch July 12, 2024 14:23
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