Skip to content

Commit 060feba

Browse files
committed
🔊 improve entity error message
1 parent 8a5ad85 commit 060feba

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/models/controller.model.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,13 +1052,7 @@ export class Controller {
10521052
'handleCallEvent',
10531053
'Could not handle call event:',
10541054
providerConfig?.apiKey,
1055-
error || 'Unknown',
1056-
);
1057-
errorLogger(
1058-
'handleCallEvent',
1059-
'Entity',
1060-
providerConfig?.apiKey,
1061-
req.body,
1055+
[error || 'Unknown', req.body],
10621056
);
10631057
next(error);
10641058
}

0 commit comments

Comments
 (0)