style: lint code

This commit is contained in:
Dominik Koch
2024-10-26 12:42:23 +02:00
committed by GitHub
parent bc91bb3132
commit 5f13fb2316
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ interface NotionMagicLinkEmailProps {
loginCode?: string;
}
const baseUrl = process.env.VERCEL_URL!
const baseUrl = process.env.VERCEL_URL!;
export const NotionMagicLinkEmail = ({
loginCode,

View File

@@ -15,7 +15,7 @@ interface PlaidVerifyIdentityEmailProps {
validationCode?: string;
}
const baseUrl = process.env.VERCEL_URL!
const baseUrl = process.env.VERCEL_URL!;
export const PlaidVerifyIdentityEmail = ({
validationCode,

View File

@@ -13,7 +13,7 @@ import {
} from "@react-email/components";
import * as React from "react";
const baseUrl = process.env.VERCEL_URL!
const baseUrl = process.env.VERCEL_URL!;
export const StripeWelcomeEmail = () => (
<Html>

View File

@@ -29,7 +29,7 @@ interface VercelInviteUserEmailProps {
inviteFromLocation?: string;
}
const baseUrl = process.env.VERCEL_URL!
const baseUrl = process.env.VERCEL_URL!;
export const VercelInviteUserEmail = ({
username,