Skip to content

Commit

Permalink
EZP-31039: Remove unnecessary sorting params when updating Location p…
Browse files Browse the repository at this point in the history
…riority (#287)

Co-authored-by: Bartek Wajda <[email protected]>
  • Loading branch information
Bartek and barw4 authored Oct 27, 2020
1 parent ce8decc commit de278c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/sub-items/services/sub.items.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ export const updateLocationPriority = ({ priority, location, token, siteaccess }
body: JSON.stringify({
LocationUpdate: {
priority: priority,
sortField: 'PATH',
sortOrder: 'ASC',
},
}),
});
Expand Down

0 comments on commit de278c8

Please sign in to comment.