Skip to content

Commit ec08d4f

Browse files
committed
♻️ remove unused typecast
1 parent e2ee7b2 commit ec08d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/controller.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ export class Controller {
517517

518518
const integrationCallEventRef = await this.adapter.handleCallEvent(
519519
providerConfig,
520-
req.body as CallEvent
520+
req.body
521521
);
522522

523523
res.status(200).send(integrationCallEventRef);

0 commit comments

Comments
 (0)