mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Update postrequest.js
This commit is contained in:
parent
018b57e880
commit
f264b2889a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class PostRequest extends NotificationProvider {
|
|||
|
||||
let data = notification.postrequestBody;
|
||||
|
||||
let resp = await axios.post(url, data, config);
|
||||
await axios.post(url, data, config);
|
||||
|
||||
return okMsg;
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in a new issue