mirror of
https://github.com/pretix/pretix.git
synced 2026-05-15 16:54:00 +00:00
fix missing claim_token in serializer
This commit is contained in:
@@ -188,7 +188,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