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
-2
View File
@@ -157,7 +157,5 @@ export default async function getLink(userId: number, body: string) {
},
});
console.log(links);
return { response: links, status: 200 };
}