mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-03 12:02:33 +02:00
chore: improve code
This commit is contained in:
parent
f499427916
commit
37df855249
2 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ class PushPlus extends NotificationProvider {
|
||||||
"template": "html"
|
"template": "html"
|
||||||
};
|
};
|
||||||
await axios.post(url, params, config);
|
await axios.post(url, params, config);
|
||||||
|
return okMsg;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.throwGeneralAxiosError(error);
|
this.throwGeneralAxiosError(error);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue