File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -41,23 +41,23 @@ export default {
4141 {
4242 name: ' Electrical Engineering' ,
4343 abbrv: ' EE' ,
44- sems: [... Array (9 ).keys ()].map ((a ) => a + 1 ),
45- },
46- {
47- name: ' Mechanical Engineering' ,
48- abbrv: ' ME' ,
49- sems: [... Array (9 ).keys ()].map ((a ) => a + 1 ),
50- },
51- {
52- name: ' Chemical Engineering' ,
53- abbrv: ' ChE' ,
54- sems: [... Array (9 ).keys ()].map ((a ) => a + 1 ),
55- },
56- {
57- name: ' Civil Engineering' ,
58- abbrv: ' CE' ,
59- sems: [... Array (9 ).keys ()].map ((a ) => a + 1 ),
44+ sems: [... Array (12 ).keys ()].map ((a ) => a + 1 ),
6045 },
46+ // {
47+ // name: 'Mechanical Engineering',
48+ // abbrv: 'ME',
49+ // sems: [...Array(9).keys()].map((a) => a + 1),
50+ // },
51+ // {
52+ // name: 'Chemical Engineering',
53+ // abbrv: 'ChE',
54+ // sems: [...Array(9).keys()].map((a) => a + 1),
55+ // },
56+ // {
57+ // name: 'Civil Engineering',
58+ // abbrv: 'CE',
59+ // sems: [...Array(9).keys()].map((a) => a + 1),
60+ // },
6161 ],
6262 /* 'Computer Science': [
6363 * {
You can’t perform that action at this time.
0 commit comments