Skip to content

Commit

Permalink
debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
nilbacardit26 committed Oct 10, 2023
1 parent 2a012bf commit 14006eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guillotina/contrib/image/behaviors.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class IMultiImageAttachment(Interface):


class IMultiImageOrderedAttachment(Interface):
images = OrderedDict(
images = Dict(
key_type=TextLine(),
value_type=CloudImageFileField(),
default=OrderedDict(),
Expand Down

0 comments on commit 14006eb

Please sign in to comment.