Skip to content

Commit 719cb54

Browse files
authored
better docs
1 parent a3dc7fd commit 719cb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataBlobs/entities/AbstractDataEntries.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ General Data Store Entry.
2323
@Base.kwdef struct BlobEntry <: AbstractDataEntry
2424
""" This is created by server-side GraphQL """
2525
id::Union{UUID, Nothing}=nothing
26-
""" This is the S3 blob ID, or the filesystem blob ID. """
26+
""" This is the forced server generated blobId, or the filesystem blobId. """
2727
blobId::Union{UUID, Nothing}=nothing
2828
""" This is the ID at creation at the edge, do whatever you want with this, but make sure you populate it. """
2929
originId::UUID

0 commit comments

Comments
 (0)