Skip to content

Commit f8a5835

Browse files
committed
stats-updater: Make notation nullable instead of setting -1
1 parent 25c22b9 commit f8a5835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/stats-updater/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ connect().then(async () => {
129129
const authorUsers = await prismaDm.authorUser.findMany({
130130
where: {
131131
notation: {
132-
gt: 0,
132+
not: null,
133133
},
134134
},
135135
});

0 commit comments

Comments
 (0)