Skip to content

Commit b19a20c

Browse files
committed
Add: usage count filter in PostService
1 parent 1fb6298 commit b19a20c

File tree

1 file changed

+3
-0
lines changed
  • packages/velog-cron/src/services/PostService

1 file changed

+3
-0
lines changed

packages/velog-cron/src/services/PostService/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ export class PostService implements Service {
213213
last_used_at: {
214214
gte: oneMonthAgo,
215215
},
216+
// usage_count: {
217+
// gte: 5,
218+
// },
216219
},
217220
})
218221

0 commit comments

Comments
 (0)