Skip to content

Commit 120ff99

Browse files
committed
bug fix found in CI
1 parent 6f4d3a0 commit 120ff99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataBlobs/services/HelpersDataWrapEntryBlob.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ BlobEntry(
5151
label::Symbol = entry.label,
5252
blobstore::Symbol = entry.blobstore,
5353
hash::String = entry.hash,
54-
size::Int = entry.size,
54+
size::Union{Int,Nothing} = entry.size,
5555
origin::String = entry.origin,
5656
description::String = entry.description,
5757
mimeType::String = entry.mimeType,

0 commit comments

Comments
 (0)