Skip to content

Commit

Permalink
fix(sequencer): Fix incorrect error message from BridgeUnlock actions (
Browse files Browse the repository at this point in the history
…#1505)

The error message for stateless checks on `BridgeUnlock` actions
incorrectly states `BridgeLock` as the failing error.

- change the error message that wraps the stateless check for
`BridgeUnlock` actions

Link any issues that are related, prefer full github links.

closes #1465
  • Loading branch information
itamarreif authored and quasystaty1 committed Sep 17, 2024
1 parent c61bfdf commit 275139d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/astrotrek/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ingress:
enabled: true
api:
className: "nginx"
annotations:
annotations:
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-origin: "*"
nginx.ingress.kubernetes.io/cors-allow-methods: "GET"
Expand Down

0 comments on commit 275139d

Please sign in to comment.