diff --git a/website/src/pages/api/update_task.ts b/website/src/pages/api/update_task.ts index b9de5c50..c547503a 100644 --- a/website/src/pages/api/update_task.ts +++ b/website/src/pages/api/update_task.ts @@ -3,7 +3,6 @@ import { withoutRole } from "src/lib/auth"; import { oasstApiClient } from "src/lib/oasst_api_client"; import prisma from "src/lib/prismadb"; import { getBackendUserCore } from "src/lib/users"; -import type { BackendUserCore } from "src/types/Users"; /** * Stores the task interaction with the Task Backend and then returns the next task generated.