Fix missing return, typo
This commit is contained in:
parent
f023992ab0
commit
467575801b
2 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,7 @@ function checkWordMute(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return notMuted;
|
return NotMuted;
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getWordHardMute(
|
export async function getWordHardMute(
|
||||||
|
|
|
@ -47,6 +47,8 @@ function checkWordMute(
|
||||||
// This should never happen due to input sanitisation.
|
// This should never happen due to input sanitisation.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return NotMuted;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getWordSoftMute(
|
export function getWordSoftMute(
|
||||||
|
|
Loading…
Reference in a new issue