Use logger (and fix typo)

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

View file

@ -225,7 +225,7 @@ export async function createRoom(
name: string,
ptt: boolean
): Promise<[string, string]> {
console.log(`Creating room for froup call`);
logger.log(`Creating room for group call`);
const createPromise = client.createRoom({
visibility: Visibility.Private,
preset: Preset.PublicChat,