mirror of
https://github.com/thaldrin/brevis.git
synced 2024-08-15 03:03:56 +00:00
remove a log
This commit is contained in:
parent
0565a06bde
commit
f70b096b29
1 changed files with 0 additions and 1 deletions
1
index.ts
1
index.ts
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue