mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 00:36:25 +08:00
remove log
This commit is contained in:
parent
f20328bdbb
commit
3fcb21930e
@ -5,7 +5,6 @@ import { getScrapeQueue } from "../../services/queue-service";
|
||||
import { supabaseGetJobById } from "../../lib/supabase-jobs";
|
||||
|
||||
async function getJob(id: string) {
|
||||
console.log("getting job", id);
|
||||
const job = await getScrapeQueue().getJob(id);
|
||||
if (!job) return job;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user