Fix missing return, typo

This commit is contained in:
naskya 2023-05-05 05:22:32 +09:00
parent f023992ab0
commit 467575801b
2 changed files with 3 additions and 1 deletions

View file

@ -56,7 +56,7 @@ function checkWordMute(
}
}
return notMuted;
return NotMuted;
}
export async function getWordHardMute(

View file

@ -47,6 +47,8 @@ function checkWordMute(
// This should never happen due to input sanitisation.
}
}
return NotMuted;
}
export function getWordSoftMute(