Skip to content

Commit f2ff225

Browse files
committed
fix async lint
1 parent 50a3e39 commit f2ff225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth/src/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ export const auth = betterAuth({
173173
},
174174
}),
175175
emailOTP({
176+
// biome-ignore lint/suspicious/useAwait: we don't want to await here
176177
async sendVerificationOTP({ email, otp, type }) {
177178
const resend = new Resend(process.env.RESEND_API_KEY as string);
178179

0 commit comments

Comments
 (0)