Skip to content

Commit 1c00943

Browse files
authored
Update pricesBundle.js
1 parent b1bc998 commit 1c00943

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

public/pricesBundle.js

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ async function econGetDate() {
4848
basketball = [];
4949
beachball = [];
5050
football = [];
51-
rapid = [];
52-
pres = [];
5351
control = [];
52+
msu = [];
53+
acute = [];
54+
obtuse = [];
5455

5556
days1 = [];
5657
iron1 = 0;
@@ -78,9 +79,10 @@ async function econGetDate() {
7879
basketball1 = 0;
7980
beachball1 = 0;
8081
football1 = 0;
81-
rapid1 = 0;
82-
pres1 = 0;
8382
control1 = 0;
83+
msu = 0;
84+
acute = 0;
85+
obtuse = 0;
8486

8587
days2 = [];
8688
iron2 = [];
@@ -108,9 +110,10 @@ async function econGetDate() {
108110
basketball2 = [];
109111
beachball2 = [];
110112
football2 = [];
111-
rapid2 = [];
112-
pres2 = [];
113113
control2 = [];
114+
msu2 = [];
115+
acute2 = [];
116+
obtuse2 = [];
114117

115118
let endDate = dayjs(`${endYear}-${endMonth}-${endDay}`);
116119
let currentDate = dayjs(`${startYear}-${startMonth}-${startDay}`);

0 commit comments

Comments
 (0)