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 2743bd8 commit a27e747Copy full SHA for a27e747
src/models/controller.model.ts
@@ -15,7 +15,7 @@ import {
15
} from ".";
16
import { calendarEventsSchema, contactsSchema } from "../schemas";
17
import { shouldSkipCallEvent } from "../util/call-event.util";
18
-import { errorLogger, infoLogger, warnLogger } from "../util/logger.util";
+import { errorLogger, infoLogger } from "../util/logger.util";
19
import { parsePhoneNumber } from "../util/phone-number-utils";
20
import { validate } from "../util/validate";
21
import { APIContact } from "./api-contact.model";
@@ -633,7 +633,7 @@ export class Controller {
633
providerConfig.apiKey
634
);
635
else
636
- warnLogger(
+ infoLogger(
637
"handleCallEvent",
638
`Did not create callEvent`,
639
0 commit comments