Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
devkiran committed Oct 18, 2024
1 parent e11f0c0 commit d05d650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/api/domains/delete-domain-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export async function deleteDomainAndLinks({
include: {
tags: true,
},
take: 1,
take: 100,
});

if (links.length === 0) {
Expand Down

0 comments on commit d05d650

Please sign in to comment.