Skip to content

Commit

Permalink
Fix url error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaarthik108 committed Jul 31, 2023
1 parent c14bc70 commit dec0269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulumi/app/emails/snowbrainTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface SnowBrainEmailProps {
username?: string;
}

const url = process.env.URL;
// const url = process.env.URL;


export const SnowBrainEmail = ({
Expand Down

0 comments on commit dec0269

Please sign in to comment.