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,
};
const headers = {
'Content-Type': 'application/json',
};
const { data } = await $.http.put('/v2/subscriptions', subscriptionPayload);
await $.flow.setRemoteWebhookId(data.id);