From 4758778fc7a3b07cce7bf52538f096f2e85b5914 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 6 Aug 2023 13:10:50 -0400 Subject: [PATCH] test --- app/stores/AuthStore.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/stores/AuthStore.ts b/app/stores/AuthStore.ts index 7fbcb6c51..c0c153717 100644 --- a/app/stores/AuthStore.ts +++ b/app/stores/AuthStore.ts @@ -236,8 +236,6 @@ export default class AuthStore { this.suspendedContactEmail = err.data.adminEmail; return; } - - throw err; } finally { this.isFetching = false; }