mod: err string

fix: typo

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-11 15:01:05 +08:00
parent 72734d4b4e
commit 4a782332d3
4 changed files with 11 additions and 11 deletions

View File

@@ -72,6 +72,6 @@ class Error extends LoadingState<Never> {
@override
String toString() {
return 'ApiException: $errMsg';
return errMsg ?? '';
}
}