chore: fix eslint and make nuxt typecheck happpy
This commit is contained in:
@@ -15,7 +15,7 @@ export default defineEventHandler(async (event) => {
|
||||
|
||||
const path = getRequestURL(event).pathname;
|
||||
|
||||
let link = await db.query.links.findFirst({
|
||||
const link = await db.query.links.findFirst({
|
||||
where: eq(tables.links.path, path),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user