Skip to content

Commit

Permalink
Merge pull request #653 from eltociear/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfts authored Oct 4, 2024
2 parents bddb372 + d1e958f commit dd04414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/links/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dd04414

Please sign in to comment.