Skip to content

修复 postgres 数据库插入新数据时,bigserial 类型的 id 返回的是 string 类型 #315

Open
@github-actions

Description

@github-actions

// 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

No one assigned

    Labels

    bugSomething isn't workingtodoWaiting for the future to complete this function

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions