mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-19 11:50:35 +08:00
Removing an unused import
This commit is contained in:
@@ -3,7 +3,6 @@ import { withoutRole } from "src/lib/auth";
|
|||||||
import { oasstApiClient } from "src/lib/oasst_api_client";
|
import { oasstApiClient } from "src/lib/oasst_api_client";
|
||||||
import prisma from "src/lib/prismadb";
|
import prisma from "src/lib/prismadb";
|
||||||
import { getBackendUserCore } from "src/lib/users";
|
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.
|
* Stores the task interaction with the Task Backend and then returns the next task generated.
|
||||||
|
|||||||
Reference in New Issue
Block a user