fix: container-id could be unknown

pull/11177/head
Tienson Qin 2024-04-27 10:14:10 +08:00
parent 8c20e3b54f
commit 2088c80a93
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ when undo this op, this original entity-map will be transacted back into db")
[:cat :keyword
[:map
[:block-uuid :uuid]
[:container-id :int]
[:container-id [:or :int [:enum :unknown-container]]]
[:start-pos [:maybe :int]]
[:end-pos [:maybe :int]]]]]]))