Skip to content

Commit 2af0cd1

Browse files
committed
Add views field to baseQuery
1 parent 8088f36 commit 2af0cd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/prisma/feed.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ const baseQuery = {
8787
updatedAt: true,
8888
publishedAt: true,
8989
readingTime: true,
90+
views: true,
9091
author: {
9192
select: {
9293
id: true,

0 commit comments

Comments
 (0)