1
0
Fork 0

fix(api): convert size to JSON

This commit is contained in:
Sean Sube 2023-02-01 22:37:26 -06:00
parent 2123d42c45
commit 83992d9193
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def json_params(
json['border'] = border.tojson()
size = size.add_border(border)
json['size'] = size
json['size'] = size.tojson()
return json