mirror of https://gitlab.com/litecord/litecord.git
user.billing: add stub to subscription.items
This commit is contained in:
parent
b4b54379e1
commit
60b7216aac
|
|
@ -217,6 +217,8 @@ async def get_subscription(subscription_id: int):
|
||||||
for field in to_tstamp:
|
for field in to_tstamp:
|
||||||
drow[field] = timestamp_(drow[field])
|
drow[field] = timestamp_(drow[field])
|
||||||
|
|
||||||
|
drow["items"] = []
|
||||||
|
|
||||||
return drow
|
return drow
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue