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

regenerate sdk #808

Merged
merged 3 commits into from
Dec 12, 2024
Merged

regenerate sdk #808

merged 3 commits into from
Dec 12, 2024

Conversation

dirtycajunrice
Copy link
Contributor

Changes

How this PR will be tested

  • Open the dashboard and click X. Result: A modal should appear.
  • Call the /foo/bar API. Result: Returns 200 with "baz" in the response body.

Output

(Example: Screenshot/GIF for UI changes, cURL output for API changes)

Copy link
Contributor Author

dirtycajunrice commented Dec 10, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

@dirtycajunrice dirtycajunrice marked this pull request as ready for review December 10, 2024 22:14
tests/unit/auth.test.ts Dismissed Show dismissed Hide dismissed
tests/unit/auth.test.ts Dismissed Show dismissed Hide dismissed
tests/unit/auth.test.ts Dismissed Show dismissed Hide dismissed
tests/unit/auth.test.ts Dismissed Show dismissed Hide dismissed
tests/unit/auth.test.ts Dismissed Show dismissed Hide dismissed
Copy link
Contributor

@arcoraven arcoraven left a comment

Choose a reason for hiding this comment

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

I'm not sure why every file's whitespace got changed. Is this intended or expected?

.idea/.gitignore Outdated Show resolved Hide resolved
@@ -123,7 +123,7 @@ export async function withAuth(server: FastifyInstance) {
}
// Allow this request to proceed.
return;
} else if (error) {
}if (error) {
Copy link
Contributor

Choose a reason for hiding this comment

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

These should be newlines

@dirtycajunrice dirtycajunrice enabled auto-merge (squash) December 12, 2024 00:19
@dirtycajunrice dirtycajunrice merged commit 0a8c39f into main Dec 12, 2024
4 of 6 checks passed
@dirtycajunrice dirtycajunrice deleted the 12-10-regenerate_sdk branch December 12, 2024 00:28
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.

None yet

2 participants