Skip to content

Commit 75165e4

Browse files
committed
🔊 fix error log message
1 parent 7f93de5 commit 75165e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models/controller.model.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,8 +1055,8 @@ export class Controller {
10551055
res.status(200).send(fetchedEntities);
10561056
} catch (error) {
10571057
errorLogger(
1058-
'getEntity',
1059-
'Could not get entity:',
1058+
'getEntitiesForContact',
1059+
'Could not get entities for contact',
10601060
providerConfig?.apiKey,
10611061
error,
10621062
);

0 commit comments

Comments
 (0)