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
+1 -1
View File
@@ -8,7 +8,7 @@ export async function logJob(job: FirecrawlJob) {
try { try {
// Only log jobs in production // Only log jobs in production
if (process.env.ENV !== "production") { if (process.env.ENV !== "production") {
//return; return;
} }
const { data, error } = await supabase_service const { data, error } = await supabase_service