From 7a8df9e5d446ca2e8e85c28f284f7700be16f04d Mon Sep 17 00:00:00 2001 From: Robin Tang Date: Thu, 22 Aug 2024 20:27:38 -0700 Subject: [PATCH] rm new line. --- sources/dynamodb/snapshot/export.go | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/dynamodb/snapshot/export.go b/sources/dynamodb/snapshot/export.go index 7435d424..e7b8bf6f 100644 --- a/sources/dynamodb/snapshot/export.go +++ b/sources/dynamodb/snapshot/export.go @@ -49,7 +49,6 @@ func (s *Store) findRecentExport(ctx context.Context, s3FilePath string) (*strin func (s *Store) listExports(ctx context.Context, tableARN string) ([]types.ExportSummary, error) { var out []types.ExportSummary - var nextToken *string for { exports, err := s.dynamoDBClient.ListExports(ctx, &dynamodb.ListExportsInput{