From 55f1d727f8c861773b38f048b5894547036c8bba Mon Sep 17 00:00:00 2001 From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> Date: Thu, 10 Feb 2022 16:01:22 +0530 Subject: [PATCH] Fixed infinite event-type page loop after onboarding (#1782) * added await to the promise * removed logging remnants * console log removed Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- pages/getting-started.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/getting-started.tsx b/pages/getting-started.tsx index f637f219..4f60c3fe 100644 --- a/pages/getting-started.tsx +++ b/pages/getting-started.tsx @@ -242,7 +242,7 @@ export default function Onboarding(props: inferSSRProps { return await createEventType(event); })