From dbd063809ef09fa4a3ed56e652e2effd529422e3 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Fri, 14 Oct 2022 01:16:00 -0700 Subject: [PATCH] style fix --- packages/pockethost.io/src/util/redirect.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/pockethost.io/src/util/redirect.ts b/packages/pockethost.io/src/util/redirect.ts index e3d44630..fc747de3 100644 --- a/packages/pockethost.io/src/util/redirect.ts +++ b/packages/pockethost.io/src/util/redirect.ts @@ -3,4 +3,3 @@ export const redirect = (url: string) => { if (typeof window === 'undefined') return window.location.href = url } -