diff --git a/src/main/betaConfig.ts b/src/main/betaConfig.ts index a3fd87ed..d4e7d22a 100644 --- a/src/main/betaConfig.ts +++ b/src/main/betaConfig.ts @@ -1,9 +1,4 @@ -export const BETA_CONFIG: BetaConfig | null = { - year: "2025", - expiration: new Date(2025, 0, 4), - surveyUrl: - "https://docs.google.com/forms/d/e/1FAIpQLSe7xxOln2NUO6pNrGQAPAJ5W7HH2dcIfcCYYi0etTQQE5ORwg/viewform?usp=pp_url&entry.1466744914=__version__" -}; +export const BETA_CONFIG: BetaConfig | null = null; export type BetaConfig = { year: string;