Skip to content

Commit c1c190f

Browse files
committed
fix test ci issue
1 parent 120ff99 commit c1c190f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Deprecated.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2+
3+
## ================================================================================
4+
## Remove in v0.23
5+
##=================================================================================
6+
7+
@deprecate BlobEntry(id, blobId, originId::UUID, label::Symbol, blobstore::Symbol, hash::String, origin::String, description::String, mimeType::String, metadata::String, timestamp::ZonedDateTime, _type::String, _version::String) BlobEntry(id, blobId, originId, label, blobstore, hash, origin, -1, description, mimeType, metadata, timestamp, nothing, nothing, _type, _version)
8+
19
## ================================================================================
210
## Remove in v0.22
311
##=================================================================================

0 commit comments

Comments
 (0)