mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 17:03:42 +00:00
fix: imported chords not filtered
This commit is contained in:
@@ -207,7 +207,7 @@ export class CharaDevice {
|
|||||||
stringifyChordActions(chord.actions),
|
stringifyChordActions(chord.actions),
|
||||||
stringifyPhrase(chord.phrase),
|
stringifyPhrase(chord.phrase),
|
||||||
)
|
)
|
||||||
if (status !== "0") throw new Error(`Failed with status ${status}`)
|
if (status !== "0") console.error(`Failed with status ${status}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
async deleteChord(chord: Pick<Chord, "actions">) {
|
async deleteChord(chord: Pick<Chord, "actions">) {
|
||||||
|
|||||||
Reference in New Issue
Block a user