diff --git a/src/components/direct/test-by-criteria/ServerActions.ts b/src/components/direct/test-by-criteria/ServerActions.ts index 9bacb774..b581907b 100644 --- a/src/components/direct/test-by-criteria/ServerActions.ts +++ b/src/components/direct/test-by-criteria/ServerActions.ts @@ -1,7 +1,6 @@ 'use server' import axios from 'axios' import { authOptions } from '@/lib/auth' -import { NextRequest, NextResponse } from 'next/server' import _ from 'lodash' import { getServerSession } from 'next-auth' @@ -135,10 +134,9 @@ export async function handleXDRAPICall(data: XDRAPICallData): Promise