Update postrequest.js

This commit is contained in:
michel_929 2024-11-10 14:08:52 +01:00
parent 018b57e880
commit f264b2889a

View file

@ -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) {