Skip to content

Commit 369a07a

Browse files
Affiedehann
andauthored
Update src/DataBlobs/services/BlobStores.jl comment
Co-authored-by: Dehann Fourie <[email protected]>
1 parent b7859fa commit 369a07a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DataBlobs/services/BlobStores.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ function addBlob!(store::AbstractBlobStore, entry::BlobEntry, data)
117117
addBlob!(store, blobId, data)
118118
end
119119

120+
# also creates an originId as uuid4
120121
addBlob!(store::AbstractBlobStore, data) =
121122
addBlob!(store, uuid4(), data)
122123

0 commit comments

Comments
 (0)