Skip to content

Commit

Permalink
fix: disable dev-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dgokcin committed Jan 26, 2025
1 parent 40e10da commit 09d636a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function getEventColor(input) {
// 4. Logs all changes (real or simulated)
// ==============================================
function ColorEvents() {
const isDevelopment = true;
const isDevelopment = false;
const today = new Date();
const nextThreeMonths = new Date();
nextThreeMonths.setMonth(nextThreeMonths.getMonth() + 3);
Expand Down

0 comments on commit 09d636a

Please sign in to comment.