replace toSorted with sort, add artist credit
This commit is contained in:
parent
7550b8cbd2
commit
05577aea54
3 changed files with 17 additions and 5 deletions
|
|
@ -196,11 +196,6 @@ export const init = ({
|
|||
return rule
|
||||
})
|
||||
|
||||
const i = 4
|
||||
if (2 + 2 === i) {
|
||||
throw new Error('test')
|
||||
}
|
||||
|
||||
const ruleset = rulesetUnsorted
|
||||
.map((data, index) => ({ data, index }))
|
||||
.sort(({ data: a, index: ai }, { data: b, index: bi }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue