Fix: missing receiver warn is not disappear (#12538)

This commit is contained in:
Qwreey 2023-12-02 09:28:00 +09:00 committed by GitHub
parent 5cd4c36cad
commit c927d6824c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -366,8 +366,8 @@ function checkMissingMention() {
return;
}
}
hasNotSpecifiedMentions = false;
}
hasNotSpecifiedMentions = false;
}
function addMissingMention() {