mirror of
https://github.com/cooderl/wewe-rss.git
synced 2026-09-19 09:41:37 +08:00
refactor(server): rm response token
This commit is contained in:
@@ -33,6 +33,14 @@ export class TrpcRouter {
|
||||
const items = await this.prismaService.account.findMany({
|
||||
take: limit + 1,
|
||||
where: {},
|
||||
select: {
|
||||
id: true,
|
||||
name: true,
|
||||
status: true,
|
||||
createdAt: true,
|
||||
updatedAt: true,
|
||||
token: false,
|
||||
},
|
||||
cursor: cursor
|
||||
? {
|
||||
id: cursor,
|
||||
|
||||
Reference in New Issue
Block a user