wenliming 2 年 前
コミット
2e2baaea81
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/logic/background/twitter.js

+ 1 - 1
src/logic/background/twitter.js

@@ -310,7 +310,7 @@ export function onInstalledCreateTab() {
                         groupTabData: JSON.stringify({
                             deTabVal: 'deGroupTab'
                         })
-                    }, (res) => {
+                    }, (response) => {
                         let url = `https://twitter.com/${res.twitterAccount}`
                         chrome.tabs.create({
                             url