We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rss-impact-server/src/controllers/feed/feed.controller.ts
Line 100 in 059b2a4
} const rss = await rssParserURL(url) const { title, description, image } = rss || {} // TODO 修复 postgres 数据库插入新数据时,bigserial 类型的 id 返回的是 string 类型 const feed = await this.repository.save(this.repository.create({ title, description: description || '',
Status