mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 14:22:27 +00:00
ignore: rename type
This commit is contained in:
@@ -8,9 +8,9 @@ const TuiRequest = z.object({
|
||||
body: z.any(),
|
||||
})
|
||||
|
||||
type Request = z.infer<typeof TuiRequest>
|
||||
type TuiRequest = z.infer<typeof TuiRequest>
|
||||
|
||||
const request = new AsyncQueue<Request>()
|
||||
const request = new AsyncQueue<TuiRequest>()
|
||||
const response = new AsyncQueue<any>()
|
||||
|
||||
export async function callTui(ctx: Context) {
|
||||
|
||||
Reference in New Issue
Block a user