Skip to content

Commit

Permalink
feat: rename chimeraUrl to bridgeUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsoderberg committed Jun 12, 2024
1 parent bdf8d11 commit 4b9954d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function syncState(
const sync = await axios.post(
`${backendUrl}/v1/echo/sync?source=githubAction`,
{
chimeraUrl: echoUrl,
bridgeUrl: echoUrl,

Check failure on line 44 in src/main.ts

View workflow job for this annotation

GitHub Actions / Lint Codebase

Delete `,`
},
{
headers: {
Expand Down

0 comments on commit 4b9954d

Please sign in to comment.