remove a log

This commit is contained in:
Lio Young 2021-04-13 02:28:29 +02:00
parent 0565a06bde
commit f70b096b29
No known key found for this signature in database
GPG Key ID: 789795A11879E169
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ app.get("/:slug", async (req, res) => {
.from<Shorten>("brevis").select().eq("slug", req.params.slug).limit(1);
if (data?.length === 0) {
console.log("hewo");
return res.json({
success: false,
msg: "The Link you are trying to visit does not exist.",