Fix missing return, typo
This commit is contained in:
parent
fc3296d64f
commit
e46cac02e3
|
@ -56,7 +56,7 @@ function checkWordMute(
|
|||
}
|
||||
}
|
||||
|
||||
return notMuted;
|
||||
return NotMuted;
|
||||
}
|
||||
|
||||
export async function getWordHardMute(
|
||||
|
|
|
@ -47,6 +47,8 @@ function checkWordMute(
|
|||
// This should never happen due to input sanitisation.
|
||||
}
|
||||
}
|
||||
|
||||
return NotMuted;
|
||||
}
|
||||
|
||||
export function getWordSoftMute(
|
||||
|
|
Loading…
Reference in New Issue