We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bdce2 commit 962d2c8Copy full SHA for 962d2c8
src/controllers/call-log.controller.ts
@@ -43,7 +43,7 @@ export class CallLogController {
43
`Skipping call log for call id ${req.body.id}`,
44
providerConfig.apiKey,
45
);
46
- res.status(200).send([]);
+ res.status(200).send(null);
47
return;
48
}
49
0 commit comments