mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
refactor(federation): 🚚 Rename validators back to schemas, fix barrel file
This commit is contained in:
parent
d43775ec6e
commit
ce9be7e857
20 changed files with 58 additions and 81 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { fromZodError } from "zod-validation-error";
|
||||
import type { SignatureConstructor } from "../cryptography/index.ts";
|
||||
import { WebFingerSchema } from "../validators/webfinger.ts";
|
||||
import { WebFingerSchema } from "../schemas/webfinger.ts";
|
||||
import type { User } from "../types.ts";
|
||||
import { DEFAULT_UA } from "./constants.ts";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue