* fixing typo in istrumens_rsvp
This commit is contained in:
parent
e200747096
commit
6aa51e43b9
|
|
@ -253,7 +253,7 @@
|
||||||
instruments_rsvp[slot.description]["count"] = instruments_rsvp[slot.description]["count"] + 1;
|
instruments_rsvp[slot.description]["count"] = instruments_rsvp[slot.description]["count"] + 1;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
instrumens_rsvp[slot.description] = {"count": 1, "level": slot.proficiency_desc};
|
instruments_rsvp[slot.description] = {"count": 1, "level": slot.proficiency_desc};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue