response status was deleted

This commit is contained in:
Vladimir Khvan 2023-04-05 14:45:24 +05:00
parent 6a7ce36461
commit 9931e8d65b

View File

@ -1,4 +1,4 @@
import { runInAction, action, makeAutoObservable } from "mobx"; import { runInAction, makeAutoObservable } from "mobx";
import { import {
createWebhook, createWebhook,
getAllWebhooks, getAllWebhooks,
@ -14,7 +14,6 @@ import {
// id: 0, // id: 0,
// title: "Webhook 1", // title: "Webhook 1",
// responseCode: "200", // responseCode: "200",
// responseStatus: "success",
// url: "https://webhook.site/3d9f41d8-30dc-4f55-8b78-1649f4118c56", // url: "https://webhook.site/3d9f41d8-30dc-4f55-8b78-1649f4118c56",
// isEnabled: true, // isEnabled: true,
// }, // },
@ -22,7 +21,6 @@ import {
// id: 1, // id: 1,
// title: "Webhook 2", // title: "Webhook 2",
// responseCode: "404", // responseCode: "404",
// responseStatus: "error",
// url: "https://webhook.site/3d9f41d8-30dc-4f55-8b78-16", // url: "https://webhook.site/3d9f41d8-30dc-4f55-8b78-16",
// isEnabled: false, // isEnabled: false,
// }, // },