fix: type smear
This commit is contained in:
parent
bad8b199dc
commit
9fd6fcf8a6
|
@ -196,12 +196,7 @@ export default (latus) => class Entity extends decorate(JsonResource) {
|
|||
type: 'entity',
|
||||
},
|
||||
),
|
||||
)
|
||||
.map(([key, items]) => [
|
||||
key,
|
||||
Object.fromEntries(Object.entries(items)
|
||||
.sort(([l], [r]) => (l < r ? -1 : 1))),
|
||||
]),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user