Browse Source

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

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

+ 1 - 1
index.js

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