Update log_job.ts

This commit is contained in:
Nicolas 2024-05-02 12:40:49 -07:00 committed by GitHub
parent caf3f9eede
commit 21cdaf5996
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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