Browse Source

Signed-off-by: caner <5658514@qq.com>

caner 3 years ago
parent
commit
5a50bff070
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -40,7 +40,7 @@ const contrlData = async (browser, page, time) => {
                 const es = divs[j];
                 if (es.textContent.includes('合并请求')) {
                     es.click()
-                    who = `${new Date().toLocaleString()}-${item.who}: 已合并}`
+                    who = `${new Date().toLocaleString()}-${item.who}: 已自动合并`
                 }
             }
             return who