Skip to content

Commit

Permalink
rka-34: move the log
Browse files Browse the repository at this point in the history
  • Loading branch information
konstrybakov committed Jun 16, 2024
1 parent ec9c921 commit d42734f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/api/companies/process/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ export const GET = async () => {
)
}

logger.info('Processing companies and fetching jobs')

try {
console.log('Processing companies and fetching jobs')

logger.info('Processing companies and fetching jobs')

const companies = await querySelectAllCompanies()

for (const company of companies) {
Expand Down

0 comments on commit d42734f

Please sign in to comment.