fix: format availability files to unblock PR #1417 CI - #1423
Closed
github-actions[bot] wants to merge 1 commit into
Closed
fix: format availability files to unblock PR #1417 CI#1423github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Fixed Biome format:check failures in: - src/lib/availability/availability-service.ts (floorToUtcMinute formatting) - tests/unit/lib/availability/projection-worker.test.ts (transactionMock/expect formatting) These formatting issues were introduced in c8a2e52 and caused the Code Quality Check to fail when PR #1417 was merged into dev for CI. CI Run: https://github.com/ding113/claude-code-hub/actions/runs/31575937603 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
CI Auto-Fix
Blocking PR: #1417
Failed CI Run: PR Build Check
Root Cause
Commit c8a2e52 (fix(dashboard): disable session message link prefetch #1412) introduced the availability feature with Biome formatting violations in two files. These are pre-existing on
devand are exposed when PR #1417 is merged into dev for CI.Fixes Applied
src/lib/availability/availability-service.tsfloorToUtcMinutefunction call wrappingtests/unit/lib/availability/projection-worker.test.tstransactionMockdefinitions andexpectcall wrappingNot Auto-Fixable
None. All errors were mechanical formatting issues.
Verification
biome formatpasses on both files (no fixes needed)biome checkpasses on both files (no fixes needed)Auto-generated by Claude AI
Greptile Summary
This PR applies mechanical Biome formatting to availability service and projection-worker test code without changing runtime behavior.
Date.UTCcall infloorToUtcMinute.Confidence Score: 5/5
The PR appears safe to merge because it contains only behavior-preserving formatting changes.
The updated expressions retain the same calls, callbacks, arguments, and assertions, with no logic or data-flow changes.
Important Files Changed
floorToUtcMinuteexpression without changing its arguments or behavior.Reviews (1): Last reviewed commit: "fix: format availability files to unbloc..." | Re-trigger Greptile