Use logger (and fix typo)
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
parent
bd08166a50
commit
f69e032a52
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue