Skip to content

Commit

Permalink
Exclude exam dates but the array
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowShahriar committed Oct 25, 2023
1 parent 145d459 commit 610ffdc
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ const script = {
},
night: {
recordName: 'lastStyle',
exclude: ['27-May', '28-May', '24-Oct', '25-Oct', '26-Oct']
// exams: [
// '17-Aug',
// '20-Aug',
// '22-Aug',
// '24-Aug',
// '27-Aug',
// '29-Aug',
// '31-Aug',
// '5-Sep',
// '7-Sep',
// '12-Sep',
// '14-Sep',
// '19-Sep',
// '21-Sep'
// ]
exclude: ['27-May', '28-May', '24-Oct', '25-Oct', '26-Oct'],
exams: [
// '17-Aug',
// '20-Aug',
// '22-Aug',
// '24-Aug',
// '27-Aug',
// '29-Aug',
// '31-Aug',
// '5-Sep',
// '7-Sep',
// '12-Sep',
// '14-Sep',
// '19-Sep',
// '21-Sep'
]
},
cheerup: {
recordName: 'lastComment',
Expand Down

0 comments on commit 610ffdc

Please sign in to comment.