Skip to content

Commit

Permalink
Disable beta config
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Dec 27, 2024
1 parent 0ae3680 commit 13afce8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/betaConfig.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 13afce8

Please sign in to comment.