Skip to content

Commit 2bc6ee8

Browse files
authored
Merge pull request #2 from cruxstack/dev
feat: remove useless comment
2 parents a47db4b + 96e48d4 commit 2bc6ee8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/lambda/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ var (
2121
initErr error
2222
)
2323

24-
// LambdaHandler satisfies aws-lambda-go.
2524
func LambdaHandler(_ context.Context, evt awsevents.CloudWatchEvent) error {
2625
once.Do(func() {
2726
cfg, err := app.NewConfig()

0 commit comments

Comments
 (0)