Skip to content

Commit

Permalink
Revert "feat: Put default period to 2024"
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Sep 2, 2024
1 parent aecf431 commit 117eeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { z } = require("zod");
export const buildSchema = z.object({
// Used to display a mention of the current deployment in development mode
DEPLOYMENT: z.string().optional(),
CURRENT_PERIOD: z.string().default("2024"),
CURRENT_PERIOD: z.string().default("2025"),
FIRST_PERIOD: z.string().default("2009"),
VERSION: z.string().optional(),
});
Expand Down

0 comments on commit 117eeaf

Please sign in to comment.