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

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}`
);