Skip to content

Commit

Permalink
Update exp/services/ledgerexporter/internal/uploader.go
Browse files Browse the repository at this point in the history
Co-authored-by: tamirms <[email protected]>
  • Loading branch information
urvisavla and tamirms authored May 10, 2024
1 parent 5fc3e5b commit 1325d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/services/ledgerexporter/internal/uploader.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (u Uploader) Upload(ctx context.Context, metaArchive *datastore.LedgerMetaA
xdrEncoder := compressxdr.NewXDREncoder(compressxdr.DefaultCompressor, &metaArchive.Data)

writerTo := &writerToRecorder{
WriterTo: &xdrEncoder,
WriterTo: xdrEncoder,
}
ok, err := u.dataStore.PutFileIfNotExists(ctx, metaArchive.GetObjectKey(), writerTo)
if err != nil {
Expand Down

0 comments on commit 1325d91

Please sign in to comment.