minor change

This commit is contained in:
Daniel 2023-06-27 03:09:39 +03:30
parent 92f6ee3942
commit fe1b78a2f6
2 changed files with 0 additions and 4 deletions

View File

@ -157,7 +157,5 @@ export default async function getLink(userId: number, body: string) {
},
});
console.log(links);
return { response: links, status: 200 };
}

View File

@ -46,8 +46,6 @@ export default function Index() {
);
}, [router, collections]);
console.log(links);
return (
<MainLayout>
<div className="p-5 flex flex-col gap-5 w-full">