Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hagaryavin authored Sep 6, 2024
1 parent 6683f99 commit da55148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ function typeName2Num(typeName) {
if (typeName === "show within a show") {
return 5;
}
return 4;
return 7;
}
function type2color(typeNum) {
if (typeNum === 1) {
Expand Down

0 comments on commit da55148

Please sign in to comment.