Skip to content

Commit 62527e7

Browse files
authored
Merge pull request #2 from cruxstack/dev
fix: remove comments
2 parents c4f1ca7 + ad544d1 commit 62527e7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ func NewApp(cfg Config) *App {
7676
}
7777
}
7878

79-
// https://mytech.awsapps.com/start/#/console?account_id=883776786067&role_name=AdministratorAccess
80-
// https://console.aws.amazon.com/guardduty/home?region=us-east-1#/findings?macros=current&fId=5ecc8a2d96f2c23bde37397e4cec0cd0
8179
func (a *App) BuildConsoleURL(gdAccountId string, f *Finding) string {
8280
dst := fmt.Sprintf(
8381
"%s/guardduty/home?region=%s#/findings?&macros=current&fId=%s",

0 commit comments

Comments
 (0)