Do not crash vercel deployment
This commit is contained in:
parent
6de1ac2922
commit
7ae3614f17
|
@ -6,7 +6,7 @@ const supabase = new SupabaseManagement({
|
||||||
id: "jokullbase-sanity-check",
|
id: "jokullbase-sanity-check",
|
||||||
});
|
});
|
||||||
|
|
||||||
const db = supabase.db<Database>(process.env.NEXT_PUBLIC_SUPABASE_URL!);
|
const db = supabase.db<Database>(process.env.NEXT_PUBLIC_SUPABASE_URL || "");
|
||||||
|
|
||||||
client.defineJob({
|
client.defineJob({
|
||||||
id: "on-new-todos",
|
id: "on-new-todos",
|
||||||
|
|
Loading…
Reference in New Issue