mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
remove obsolete error override
This commit is contained in:
parent
98452ccc18
commit
e15b121080
1 changed files with 0 additions and 1 deletions
|
@ -167,7 +167,6 @@ export default <IrcEventHandler>function (irc, network) {
|
|||
|
||||
while ((match = nickRegExp.exec(data.message))) {
|
||||
if (chan.findUser(match[1])) {
|
||||
// @ts-expect-error Type 'string' is not assignable to type '{ mode: string; }'.ts(2345)
|
||||
msg.users.push(match[1]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue