Skip to content

Commit

Permalink
fix: ignore the null scrmUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
GraceRuan committed Sep 20, 2024
1 parent c3a6196 commit 79e2b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collection/account.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export class AccountService {
serviceName,
httpErr,
);
throw httpErr;
//throw httpErr;
}
}
} else {
Expand Down

0 comments on commit 79e2b85

Please sign in to comment.