Skip to content

fix(backend): unbreak main RemitLend CI on app.ts prettier#1055

Merged
ogazboiz merged 1 commit into
mainfrom
fix/unbreak-main-prettier
Jun 3, 2026
Merged

fix(backend): unbreak main RemitLend CI on app.ts prettier#1055
ogazboiz merged 1 commit into
mainfrom
fix/unbreak-main-prettier

Conversation

@ogazboiz
Copy link
Copy Markdown
Contributor

@ogazboiz ogazboiz commented Jun 3, 2026

Summary

backend/src/app.ts:148 exceeds the prettier printWidth after the /version endpoint was merged in #977. Every PR since has been failing the backend lint step on this one line. Wrap the multisigGovernance assignment so the lint step passes.

Verification

cd backend && npx prettier --check src/app.ts

clean after the change.

The /version endpoint added in #977 left a line over the prettier
printWidth, which is now breaking RemitLend CI on every PR. Wrap the
multisigGovernance assignment so the lint step passes again.
@ogazboiz ogazboiz merged commit d32610e into main Jun 3, 2026
7 checks passed
@ogazboiz ogazboiz deleted the fix/unbreak-main-prettier branch June 3, 2026 21:35
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.

1 participant