Skip to content

Commit

Permalink
Update BilletBank.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercin-G committed Jan 2, 2024
1 parent 68fbc3b commit c80ea76
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion client/src/modules/Generic/BilletBank.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,24 @@ const s1 = [
"36",
"37",
];
const s6 = ["50", "51", "52", "53", "54", "55", "56", "57", "58", "59"];
const s6 = [
"50",
"51",
"52",
"53",
"54",
"55",
"56",
"57",
"58",
"59",
"774",
"775",
"776",
"777",
"778",
"779",
];
const wag = ["39", "40", "41", "42", "43", "44", "45", "46", "47", "48"];

const imo = {
Expand Down

0 comments on commit c80ea76

Please sign in to comment.