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(

View file

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