refactor(placetel): Remove redundant header variable

This commit is contained in:
Faruk AYDIN
2023-10-09 12:18:55 +02:00
parent 5eed84f9e5
commit 265d57d8b7

View File

@@ -94,10 +94,6 @@ export default defineTrigger({
numbers, numbers,
}; };
const headers = {
'Content-Type': 'application/json',
};
const { data } = await $.http.put('/v2/subscriptions', subscriptionPayload); const { data } = await $.http.put('/v2/subscriptions', subscriptionPayload);
await $.flow.setRemoteWebhookId(data.id); await $.flow.setRemoteWebhookId(data.id);