Skip to content

Commit

Permalink
Remove schedule collection (no longer used as of api migrate)
Browse files Browse the repository at this point in the history
  • Loading branch information
js0mmer committed Jan 24, 2024
1 parent 25e178b commit 2249054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/helpers/mongo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const DB_NAME = process.env.NODE_ENV == 'production' ? 'peterPortalDB' : 'peterP
const COLLECTION_NAMES = {
SESSIONS: 'sessions',
REVIEWS: 'reviews',
SCHEDULE: 'schedule',
ROADMAPS: 'roadmaps',
VOTES: 'votes',
REPORTS: 'reports',
Expand Down

0 comments on commit 2249054

Please sign in to comment.