Skip to content

Commit

Permalink
feat: remove link creation on dataroom
Browse files Browse the repository at this point in the history
  • Loading branch information
mfts committed Sep 19, 2024
1 parent 2487ee5 commit f2dc7a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pages/api/teams/[teamId]/datarooms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ export default async function handle(
name: name,
teamId: teamId,
pId: pId,
links: {
create: { linkType: "DATAROOM_LINK" },
},
},
});

Expand Down

0 comments on commit f2dc7a9

Please sign in to comment.