From 79e2b858f5fdd10d52e4213d98dbcf96e123b920 Mon Sep 17 00:00:00 2001 From: GraceRuan Date: Fri, 20 Sep 2024 10:49:14 -0700 Subject: [PATCH] fix: ignore the null scrmUrl --- src/collection/account.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collection/account.service.ts b/src/collection/account.service.ts index 54dd740..0b9410f 100644 --- a/src/collection/account.service.ts +++ b/src/collection/account.service.ts @@ -388,7 +388,7 @@ export class AccountService { serviceName, httpErr, ); - throw httpErr; + //throw httpErr; } } } else {