Fix missing return, typo

This commit is contained in:
naskya 2023-05-05 05:22:32 +09:00
parent fc3296d64f
commit e46cac02e3
No known key found for this signature in database
GPG Key ID: 164DFF24E2D40139
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( export async function getWordHardMute(

View File

@ -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(