Skip to content

Commit

Permalink
perf ⚡ : update
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertHe committed Jan 17, 2024
1 parent 04f26d5 commit 5ffbbff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/readme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ export const updateChannelList = (
`${channels
?.map(
(c, idx) =>
`| ${idx + 1} | ${c[0].replace("|", "")} | [${c[0]
.replace("|", "")
.replace(/(\[|\])/g, " ")
.trim()}](${c[1]}) |`
`| ${idx + 1} | ${c[0].replace("|", "")} | <${c[1]}> |`
)
.join("\n")}\n\nUpdated at **${new Date()}**`
)
Expand Down

0 comments on commit 5ffbbff

Please sign in to comment.