From 5fd3d4978006bcc4d04b2a3f93719ceda69c9cd7 Mon Sep 17 00:00:00 2001 From: giancarlo Date: Mon, 22 Apr 2024 15:24:56 +0800 Subject: [PATCH] Remove test error from Home function The test error that was thrown in the Home function was removed. This error was previously used for testing purposes and is no longer needed in the live code. --- apps/web/app/(marketing)/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web/app/(marketing)/page.tsx b/apps/web/app/(marketing)/page.tsx index d557ff982..4999207df 100644 --- a/apps/web/app/(marketing)/page.tsx +++ b/apps/web/app/(marketing)/page.tsx @@ -20,8 +20,6 @@ import pathsConfig from '~/config/paths.config'; import { withI18n } from '~/lib/i18n/with-i18n'; function Home() { - throw new Error(`This is a test error`); - return (