Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erdongchanyo authored May 16, 2022
1 parent ad2a1cb commit 93c0cd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Surge/Panels/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const UA = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (
title: '𝗦𝗨𝗥𝗚𝗘 𝗣𝗥𝗢',
content: '',
icon: params.icon,
"icon-color":params.color
"icon-color":params.color,
}
let [{ region, status }] = await Promise.all([testDisneyPlus()])
await Promise.all([check_youtube_premium(),check_netflix()])
Expand Down Expand Up @@ -53,7 +53,9 @@ console.log(result)
panel_result['content'] = content
})
.finally(() => {
$done(panel_result)
$done({
title:"𝗦𝗨𝗥𝗚𝗘 𝗣𝗥𝗢",
});
})
})()
async function check_youtube_premium() {
Expand Down

0 comments on commit 93c0cd8

Please sign in to comment.