Use logger

Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
David Baker 2022-11-10 21:43:49 +00:00 committed by GitHub
parent f69e032a52
commit ab860b8655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,7 @@ export async function createRoom(
const result = await createPromise;
console.log(
logger.log(
`Creating ${ptt ? "PTT" : "video"} group call in ${result.room_id}`
);