Update imports batch 66
cgen-77266d2d35df4c03b20ba5bedb7602eb
This commit is contained in:
parent
d628272fec
commit
d33e6799fe
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { supabase } from "../_supabase";
|
||||
import { supabase } from "../_supabase.js";
|
||||
|
||||
export default async (req: Request) => {
|
||||
if (req.method !== "GET") {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { supabase } from "../_supabase";
|
||||
import { supabase } from "../_supabase.js";
|
||||
|
||||
export default async (req: Request) => {
|
||||
if (req.method !== "GET") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue