Skip to content

Commit

Permalink
Change default semester to S23 because of legacy reasons lol
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksontromero committed Jan 10, 2024
1 parent 4ebed9d commit 60a0ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/controllers/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const home = require('./home');
// In production, these should be cleared
var fs = require('fs');
let adminSettings = {
currSem: "F23",
currSem: "S23",
slackURL: null,
questionsURL: '',
rejoinTime: 15,
Expand All @@ -35,7 +35,7 @@ exports.get_admin_settings = function () {
} else {
console.log('No admin settings found');
adminSettings = {
currSem: "F23",
currSem: "S23",
slackURL: null,
questionsURL: '',
rejoinTime: 15,
Expand Down

0 comments on commit 60a0ddf

Please sign in to comment.