mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 01:15:56 +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";
|
import { supabaseGetJobById } from "../../lib/supabase-jobs";
|
||||||
|
|
||||||
async function getJob(id: string) {
|
async function getJob(id: string) {
|
||||||
console.log("getting job", id);
|
|
||||||
const job = await getScrapeQueue().getJob(id);
|
const job = await getScrapeQueue().getJob(id);
|
||||||
if (!job) return job;
|
if (!job) return job;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user