dev@locazia: fix misprint
This commit is contained in:
parent
ffb78cbf3a
commit
22b0875634
|
|
@ -55,6 +55,7 @@ class StoredContent(AlchemyBase):
|
||||||
if self.type.startswith('local'):
|
if self.type.startswith('local'):
|
||||||
pass
|
pass
|
||||||
elif self.type.startswith('onchain'):
|
elif self.type.startswith('onchain'):
|
||||||
|
extra_fields['onchain_index'] = self.onchain_index
|
||||||
for k in [
|
for k in [
|
||||||
'item_address', 'license_type',
|
'item_address', 'license_type',
|
||||||
'metadata_cid', 'content_cid', 'cover_cid',
|
'metadata_cid', 'content_cid', 'cover_cid',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue