feat: add question mark duplicate (#38)

* feat: add question mark duplicate

* add package

* add

* up

* up
This commit is contained in:
xrkffgg
2021-01-13 09:32:46 +08:00
committed by GitHub
parent 273b6abb78
commit c7cf5de709
7 changed files with 10 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ function matchKeyword (content, keywords) {
function testDuplicate(body) {
if (!body || !body.startsWith('Duplicate of')) {
return false
return false;
}
let arr = body.split(' ');