Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Nov 26, 2024
1 parent 2130be8 commit d234406
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/app/api/validations/validationerrordisplay/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export async function GET(request: NextRequest) {
const schema = request.nextUrl.searchParams.get('schema');
const plotIDParam = request.nextUrl.searchParams.get('plotIDParam');
const censusPCNParam = request.nextUrl.searchParams.get('censusPCNParam');
const plotID = plotIDParam ? parseInt(plotIDParam) : null;
const censusPCN = censusPCNParam ? parseInt(censusPCNParam) : null;
if (!schema) throw new Error('No schema variable provided!');

try {
Expand Down

0 comments on commit d234406

Please sign in to comment.