Skip to content

Commit

Permalink
[FIX] images breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartins-odoogap committed Sep 11, 2024
1 parent daa9678 commit b32feed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql_vuestorefront/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class VSFBinary(Binary):
auth="public")
def content_image(self, xmlid=None, model='ir.attachment', id=None, field='datas',
filename_field='name', unique=None, filename=None, mimetype=None,
download=None, width=0, height=0, crop=False, access_token=None,
download=False, width=0, height=0, crop=False, access_token=None,
**kwargs):
""" Validate width and height """
try:
Expand Down

0 comments on commit b32feed

Please sign in to comment.