Skip to content

Commit

Permalink
Update log_job.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nickscamara authored May 2, 2024
1 parent caf3f9e commit 21cdaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/services/logging/log_job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function logJob(job: FirecrawlJob) {
try {
// Only log jobs in production
if (process.env.ENV !== "production") {
//return;
return;
}

const { data, error } = await supabase_service
Expand Down

0 comments on commit 21cdaf5

Please sign in to comment.