Fix syntax
This commit is contained in:
parent
3234d39282
commit
118877db3f
2
index.ts
2
index.ts
|
@ -30,7 +30,7 @@ app.use(async (ctx) => {
|
|||
.split(" ")
|
||||
.toString();
|
||||
parsed_data.rss.channel[0]["itunes:summary"][0] =
|
||||
parsed_data.rss.channel[0]["itunes:summary"][0] +
|
||||
parsed_data.rss.channel[0]["itunes:summary"][0];
|
||||
|
||||
parsed_data.rss.channel[0]["itunes:subtitle"][0] = trim(
|
||||
parsed_data.rss.channel[0]["itunes:subtitle"][0],
|
||||
|
|
Loading…
Reference in New Issue
Block a user