remove log
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user