Skip to content

Commit dabcfca

Browse files
committed
address comment
1 parent fc2be98 commit dabcfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/internal/orm/blob_upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func (o *BlobUpload) GetFirstUnuploadedBatchIndexByPlatform(ctx context.Context,
5151
if errors.Is(err, gorm.ErrRecordNotFound) {
5252
batchIndex = startBatch
5353
} else {
54-
return 0, fmt.Errorf("Batch.GetFirstUnuploadedBatchIndexByPlatform error: %w", err)
54+
return 0, fmt.Errorf("BlobUpload.GetFirstUnuploadedBatchIndexByPlatform error: %w", err)
5555
}
5656
} else {
5757
batchIndex = blobUpload.BatchIndex + 1

0 commit comments

Comments
 (0)