mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
refactor(federation): 🚚 Rename schemas to validators
Fixes issues with Bun bundling
This commit is contained in:
parent
ebf16a82cb
commit
f80cffd01a
19 changed files with 40 additions and 37 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { fromZodError } from "zod-validation-error";
|
||||
import type { SignatureConstructor } from "../cryptography/index.ts";
|
||||
import { WebFingerSchema } from "../schemas/webfinger.ts";
|
||||
import { WebFingerSchema } from "../validators/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