mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
chore: generate
This commit is contained in:
parent
6e09a1d904
commit
a6ef9e9206
@ -46,7 +46,9 @@ const login = () =>
|
|||||||
|
|
||||||
const deviceTokenClient = (body: unknown, status = 400) =>
|
const deviceTokenClient = (body: unknown, status = 400) =>
|
||||||
HttpClient.make((req) =>
|
HttpClient.make((req) =>
|
||||||
Effect.succeed(req.url === "https://one.example.com/auth/device/token" ? json(req, body, status) : json(req, {}, 404)),
|
Effect.succeed(
|
||||||
|
req.url === "https://one.example.com/auth/device/token" ? json(req, body, status) : json(req, {}, 404),
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
const poll = (body: unknown, status = 400) =>
|
const poll = (body: unknown, status = 400) =>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user