Skip to content

Commit d73e19d

Browse files
authored
Fix daily bulletin + update schedules (#200)
* retrieve links from bulletin and save to text file * possible prisma fix + bulletin work * bulletin + schedule fixes * requested changes + test fix? * Ok this will actually fix the test
1 parent 4210d06 commit d73e19d

12 files changed

+335
-11774
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ignorePatterns": ["src/public", "dist"],
2+
"ignorePatterns": ["src/public", "dist", "types"],
33
"root": true,
44
"extends": ["@mymicds", "prettier", "prettier/@typescript-eslint"],
55
"parserOptions": {

0 commit comments

Comments
 (0)