Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jebibot committed Dec 13, 2024
1 parent 241533a commit 2865c96
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,7 @@ export default {
<body>
<div class="container">
<div id="streams">
${stream
.map(
(s) =>
`<iframe src=${JSON.stringify(s.player)} name=${JSON.stringify(s.id)} frameborder="0" scrolling="no" allowfullscreen="true"></iframe>`,
)
.join('\n\t\t\t\t')}
${stream.map((s) => `<iframe src=${JSON.stringify(s.player)} name=${JSON.stringify(s.id)} frameborder="0" scrolling="no" allowfullscreen="true"></iframe>`).join('\n\t\t\t\t')}
</div>
<div id="chat-container">
<select id="chat-select" aria-label="채팅">
Expand Down

0 comments on commit 2865c96

Please sign in to comment.