fix(#621): remove unused API_BASE_URL declaration from dashboard.ts - #963
Conversation
4ef2e9b to
a8b0ae3
Compare
|
your branch is green, but it went conflicting after the ci fixes landed on main: #969 and #974 touched backend/Dockerfile and backend/src/workers/soroban-event-worker.ts, which this pr also edits. please rebase on main and it should be good to go: |
6fa2cfe to
d6b8a09
Compare
ogazboiz
left a comment
There was a problem hiding this comment.
confirmed API_BASE_URL isn't referenced anywhere, this just drops the dead line in dashboard.ts. safe. (heads up the title mentions removing a constant but the diff is only a blank-line removal, there's no constant, harmless.) merging.
Closes #621
Changes