minor change
This commit is contained in:
parent
92f6ee3942
commit
fe1b78a2f6
|
@ -157,7 +157,5 @@ export default async function getLink(userId: number, body: string) {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(links);
|
|
||||||
|
|
||||||
return { response: links, status: 200 };
|
return { response: links, status: 200 };
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,8 +46,6 @@ export default function Index() {
|
||||||
);
|
);
|
||||||
}, [router, collections]);
|
}, [router, collections]);
|
||||||
|
|
||||||
console.log(links);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<MainLayout>
|
<MainLayout>
|
||||||
<div className="p-5 flex flex-col gap-5 w-full">
|
<div className="p-5 flex flex-col gap-5 w-full">
|
||||||
|
|
Ŝarĝante…
Reference in New Issue