Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikmonsen committed Dec 12, 2024
1 parent 5017737 commit 8d7ffb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/newspaper/[title_id]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export async function POST(req: NextRequest, params: IdParams): Promise<NextResp
// eslint-disable-next-line @typescript-eslint/naming-convention
catalog_id: catalogItem.parentCatalogueId
}
}).then(i => i);
});

if (existingIssue) {
// eslint-disable-next-line @typescript-eslint/naming-convention
Expand Down

0 comments on commit 8d7ffb1

Please sign in to comment.