From 9a7ff1f30a1fb2b5afff8b9238ab4b97a36a5436 Mon Sep 17 00:00:00 2001 From: ASHUTOSH KUMAR SINGH Date: Thu, 18 Feb 2021 20:00:42 +0530 Subject: [PATCH] Fixing `thsi` to `this` --- src/helpers/with-page-auth-required.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/with-page-auth-required.ts b/src/helpers/with-page-auth-required.ts index 1e2f6a600..66e347c59 100644 --- a/src/helpers/with-page-auth-required.ts +++ b/src/helpers/with-page-auth-required.ts @@ -37,7 +37,7 @@ export type PageRoute = (cts: GetServerSidePropsContext) => Promise