mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-13 08:02:35 +02:00
fix style
This commit is contained in:
parent
8c2a2a4834
commit
a38f7f0c82
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue