From 651d4d3176ab127066fa25d5598c2a085ba53a16 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 15 Jul 2022 16:12:05 -0400 Subject: [PATCH] Fixed me breaking guest token error handling --- src/fetch.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/fetch.ts b/src/fetch.ts index 929db00..915edaa 100644 --- a/src/fetch.ts +++ b/src/fetch.ts @@ -15,7 +15,7 @@ export const fetchUsingGuest = async (status: string): Promise