Skip to content

Commit 56fc608

Browse files
committed
🔊 fix update call event error logging
1 parent 58338a5 commit 56fc608

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
@@ -528,7 +528,7 @@ export class Controller {
528528
);
529529
res.status(200).send();
530530
} catch (error) {
531-
console.error("Could not update contact:", error || "Unknown");
531+
console.error("Could not update call event:", error || "Unknown");
532532
next(error);
533533
}
534534
}

0 commit comments

Comments
 (0)