Skip to content

Commit 96e48d4

Browse files
committed
feat: remove useless comment
1 parent a47db4b commit 96e48d4

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)