Skip to content

Commit

Permalink
test print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeah committed Mar 8, 2024
1 parent 2bcdc4f commit 46bc635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambda/opt-out-import/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ func createSession() (*session.Session, error) {
}

if err != nil {
println(err)
return nil, err
}

Expand Down

0 comments on commit 46bc635

Please sign in to comment.