From d1e958ffb80d58fb2d98363ee502a85818065013 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 4 Oct 2024 16:54:43 +0900 Subject: [PATCH] chore: update index.ts minor fix --- pages/api/links/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api/links/index.ts b/pages/api/links/index.ts index c631b18b0..4a29a4abd 100644 --- a/pages/api/links/index.ts +++ b/pages/api/links/index.ts @@ -35,7 +35,7 @@ export default async function handler( try { if (documentLink) { - // check if the the team that own the document has the current user + // check if the team that own the document has the current user await getDocumentWithTeamAndUser({ docId: targetId, userId,