Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobc2700 committed Jul 15, 2024
1 parent b23e921 commit 3607292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const MailingListName = z.enum(["rp_interest"]);
export enum BucketName {
RP_2024_RESUMES = "rp-2024-resumes",
RP_2024_SPEAKERS = "rp-2024-speakers",
};
}

export const Config = {
DEFAULT_APP_PORT: 3000,
Expand Down

0 comments on commit 3607292

Please sign in to comment.