Fix handling of legacy accounts that don't have collection type.

pull/72/head
Tom Hacohen 3 years ago
parent f67730f42d
commit e13f26ec56

@ -88,7 +88,8 @@ class CollectionItemIn(CollectionItemCommon):
class CollectionCommon(BaseModel):
collectionType: bytes
# FIXME: remove optional once we finish collection-type-migration
collectionType: t.Optional[bytes]
collectionKey: bytes

Loading…
Cancel
Save