From 7b7fd28947079b12f901b712ed7520b22b41a047 Mon Sep 17 00:00:00 2001 From: Abu Huraira Date: Mon, 24 Feb 2025 18:36:30 +0300 Subject: [PATCH] fix(docs): replace {} with JSON.stringify({}) in custom send-sms edge function (#33794) fix(docs): replace {} with JSON.stringify({}) --- apps/docs/content/guides/auth/auth-hooks/send-sms-hook.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/guides/auth/auth-hooks/send-sms-hook.mdx b/apps/docs/content/guides/auth/auth-hooks/send-sms-hook.mdx index 6a0a06a76d86c..ba2ed1a1b0820 100644 --- a/apps/docs/content/guides/auth/auth-hooks/send-sms-hook.mdx +++ b/apps/docs/content/guides/auth/auth-hooks/send-sms-hook.mdx @@ -494,7 +494,7 @@ Deno.serve(async (req) => { ) } return new Response( - {}, + JSON.stringify({}), { status: 200, headers: {