Update postrequest.js
This commit is contained in:
parent
018b57e880
commit
f264b2889a
|
@ -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 New Issue