Skip to content

Commit de155cb

Browse files
committed
build: cross fix type
1 parent becc740 commit de155cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/importer/MusicXmlImporter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2713,7 +2713,7 @@ export class MusicXmlImporter extends ScoreImporter {
27132713
ensureBeat();
27142714
}
27152715

2716-
private parsePlay(element: XmlNode, note: Note | null, beat: null) {
2716+
private parsePlay(element: XmlNode, note: Note | null) {
27172717
for (const c of element.childElements()) {
27182718
switch (c.localName) {
27192719
// case 'ipa': Ignored

0 commit comments

Comments
 (0)