Skip to content

Commit

Permalink
Remove duplicate definition
Browse files Browse the repository at this point in the history
  • Loading branch information
fxkr committed Jan 5, 2024
1 parent f130930 commit 64454f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion link2aws.js
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,6 @@ class ARN {
},
"states": { // AWS Step Functions
"activity": null,
"execution": null,
"execution": () => `https://${this.region}.${this.console}/states/home?region=${this.region}#/v2/executions/details/${this.string}`,
"stateMachine": () => `https://${this.region}.${this.console}/states/home?region=${this.region}#/statemachines/view/${this.string}`,
},
Expand Down

0 comments on commit 64454f3

Please sign in to comment.