Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nilbacardit26 committed Oct 11, 2023
1 parent 5770736 commit 29a9d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guillotina/contrib/image/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ async def __call__(self):
)
class OrderMultiImage(TraversableFieldService):
async def __call__(self):
data = await self.request.json()
if IOrderedDict.providedBy(self.field):
data = await self.request.json()
self.field.reorder_images(data)

0 comments on commit 29a9d27

Please sign in to comment.