Removing an unused import

This commit is contained in:
Keith Stevens
2023-01-19 17:23:53 +09:00
parent df1eca4eaf
commit ae6600afa2
-1
View File
@@ -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.