Skip to content

Commit a27e747

Browse files
committed
handleCallevent: infoLogger instead of warnLogger in case of CallEvent could not be created
1 parent 2743bd8 commit a27e747

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
@@ -15,7 +15,7 @@ import {
1515
} from ".";
1616
import { calendarEventsSchema, contactsSchema } from "../schemas";
1717
import { shouldSkipCallEvent } from "../util/call-event.util";
18-
import { errorLogger, infoLogger, warnLogger } from "../util/logger.util";
18+
import { errorLogger, infoLogger } from "../util/logger.util";
1919
import { parsePhoneNumber } from "../util/phone-number-utils";
2020
import { validate } from "../util/validate";
2121
import { APIContact } from "./api-contact.model";
@@ -633,7 +633,7 @@ export class Controller {
633633
providerConfig.apiKey
634634
);
635635
else
636-
warnLogger(
636+
infoLogger(
637637
"handleCallEvent",
638638
`Did not create callEvent`,
639639
providerConfig.apiKey

0 commit comments

Comments
 (0)