refactor(placetel): No need to stringify call ID
This commit is contained in:
@@ -107,7 +107,7 @@ export default defineTrigger({
|
|||||||
const dataItem = {
|
const dataItem = {
|
||||||
raw: sampleEventData,
|
raw: sampleEventData,
|
||||||
meta: {
|
meta: {
|
||||||
internalId: sampleEventData.call_id.toString(),
|
internalId: sampleEventData.call_id,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user