fix(docs): apply oxfmt formatting to docs/help/faq.md#31924
Closed
scoootscooob wants to merge 1 commit intoopenclaw:mainfrom
Closed
fix(docs): apply oxfmt formatting to docs/help/faq.md#31924scoootscooob wants to merge 1 commit intoopenclaw:mainfrom
scoootscooob wants to merge 1 commit intoopenclaw:mainfrom
Conversation
Contributor
Greptile SummaryFixes three TypeScript compilation errors introduced by the gateway HTTP handler refactor (commit
All fixes are minimal, correct, and directly address the compilation failures blocking CI on all open PRs. Confidence Score: 5/5
Last reviewed commit: 19e0cc3 |
19e0cc3 to
93910e0
Compare
The faq.md file fails the format:check CI step on main, blocking the check job for all open PRs. Run oxfmt to fix the formatting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
93910e0 to
d6a9ae8
Compare
LalithaMV
approved these changes
Mar 3, 2026
Contributor
Author
|
Closing — the fix has already been applied upstream. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
oxfmtformatting todocs/help/faq.mdwhich currently fails theformat:checkCI step onmain, blocking thecheckjob for all open PRsTest plan
pnpm checkpasses locally (format:check, tsgo, all lint rules)🤖 Generated with Claude Code