Skip to content

Commit 6967b42

Browse files
committed
update
1 parent ac9a19d commit 6967b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/apiutils/api_base_helper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ApiBaseHelper {
6464
response = Response(requestOptions: RequestOptions(path: 'path'));
6565
response.statusCode = ApiResponseCode.unknown;
6666
response.statusMessage =
67-
e.toString() + " " + StringConst.somethingWentWrong;
67+
"$e ${StringConst.somethingWentWrong}";
6868
// response.data = e;
6969
}
7070
printLog(msg: 'response : $response');

0 commit comments

Comments
 (0)