We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2be98 commit dabcfcaCopy full SHA for dabcfca
rollup/internal/orm/blob_upload.go
@@ -51,7 +51,7 @@ func (o *BlobUpload) GetFirstUnuploadedBatchIndexByPlatform(ctx context.Context,
51
if errors.Is(err, gorm.ErrRecordNotFound) {
52
batchIndex = startBatch
53
} else {
54
- return 0, fmt.Errorf("Batch.GetFirstUnuploadedBatchIndexByPlatform error: %w", err)
+ return 0, fmt.Errorf("BlobUpload.GetFirstUnuploadedBatchIndexByPlatform error: %w", err)
55
}
56
57
batchIndex = blobUpload.BatchIndex + 1
0 commit comments