mirror of
https://github.com/pretix/pretix.git
synced 2026-05-21 17:54:08 +00:00
fix missing claim_token in serializer
This commit is contained in:
committed by
Martin Gross
parent
dcc050449d
commit
d13fe331f3
@@ -153,7 +153,7 @@ class ReusableMediaSerializer(I18nAwareModelSerializer):
|
|||||||
'updated',
|
'updated',
|
||||||
'type',
|
'type',
|
||||||
'identifier',
|
'identifier',
|
||||||
'secret',
|
'claim_token',
|
||||||
'label',
|
'label',
|
||||||
'active',
|
'active',
|
||||||
'expires',
|
'expires',
|
||||||
|
|||||||
Reference in New Issue
Block a user