Skip to content

Commit 21e7b39

Browse files
committed
fix: remove non-existent pageSize from enricher log
Signed-off-by: anilb <epipav@gmail.com>
1 parent fd0ebfc commit 21e7b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/apps/packages_worker/src/bin/github-repos-enricher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const main = async () => {
3232
log.info('Connected to packages-db.')
3333

3434
log.info(
35-
{ tokens: config.tokens.length, pageSize: config.pageSize, batchSize: config.batchSize },
35+
{ tokens: config.tokens.length, batchSize: config.batchSize },
3636
'Starting enrichment loop',
3737
)
3838

0 commit comments

Comments
 (0)