Skip to content

Commit 7d6d0db

Browse files
committed
👔 remove skipping of callevent in update
1 parent f8782c1 commit 7d6d0db

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/models/controller.model.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -529,16 +529,6 @@ export class Controller {
529529
throw new ServerError(400, "Missing config parameters");
530530
}
531531

532-
if (shouldSkipCallEvent(req.body as CallEvent)) {
533-
console.log(
534-
`[${anonymizeKey(apiKey)}] skipping call event for call id ${
535-
req.body.id
536-
}`
537-
);
538-
res.status(200).send("Skipping call event");
539-
return;
540-
}
541-
542532
console.log(`[${anonymizeKey(apiKey)}] Updating call event`);
543533

544534
//maybe return updated state obj

0 commit comments

Comments
 (0)