Skip to content

Commit

Permalink
🔊 improve entity error message
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonaOna committed Feb 7, 2024
1 parent 8a5ad85 commit 060feba
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/models/controller.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1052,13 +1052,7 @@ export class Controller {
'handleCallEvent',
'Could not handle call event:',
providerConfig?.apiKey,
error || 'Unknown',
);
errorLogger(
'handleCallEvent',
'Entity',
providerConfig?.apiKey,
req.body,
[error || 'Unknown', req.body],
);
next(error);
}
Expand Down

0 comments on commit 060feba

Please sign in to comment.