Remove 'subscribed' property from contact creation request

This commit is contained in:
stone
2025-06-28 14:46:58 +08:00
parent 70982c59c7
commit 6d5c61d5ba
@@ -97,7 +97,6 @@ export default function Index() {
toast.promise(
network.mock<Template, typeof ContactSchemas.create>(project.secret, "POST", "/v1/contacts", {
...data,
subscribed: true,
data: dataObject,
}),
{