mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Fix shorthand property ordering
This commit is contained in:
parent
ffe88eb3bf
commit
08cc88c699
@ -47,14 +47,14 @@ class EditionListActions {
|
||||
|
||||
this.actions.updateEditionList({
|
||||
pieceId,
|
||||
editionListOfPiece: res.editions,
|
||||
page,
|
||||
pageSize,
|
||||
orderBy,
|
||||
orderAsc,
|
||||
count: res.count,
|
||||
filterBy,
|
||||
maxEdition
|
||||
maxEdition,
|
||||
count: res.count,
|
||||
editionListOfPiece: res.editions
|
||||
});
|
||||
resolve(res);
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user