-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't workingtodoWaiting for the future to complete this functionWaiting for the future to complete this function
Description
// TODO 修复 postgres 数据库插入新数据时,bigserial 类型的 id 返回的是 string 类型 |
}
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 || '',
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtodoWaiting for the future to complete this functionWaiting for the future to complete this function
Projects
Status
Todo