fix style

This commit is contained in:
ericchanky 2021-11-25 18:38:19 +08:00 committed by GitHub
parent 8c2a2a4834
commit a38f7f0c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -362,7 +362,7 @@ class Monitor extends BeanModel {
} catch (error) {
if (axios.isAxiosError(error)) {
bean.msg = JSON.stringify(error.response.data)
bean.msg = JSON.stringify(error.response.data);
} else {
bean.msg = error.message;
}