Skip to content

Commit

Permalink
fix: duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-pad committed May 21, 2024
1 parent a80b2e0 commit 015e735
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/datastore/storage/s3/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func (a *S3) List(prefix string) ([]string, error) {
Prefix: &prefix,
Delimiter: aws.String("/"),
}
a.Client.ListObjectsV2(context.TODO(), input)
result, err := a.Client.ListObjectsV2(context.TODO(), input)

if err != nil {
Expand Down

0 comments on commit 015e735

Please sign in to comment.