refactor(federation): 🚚 Rename validators back to schemas, fix barrel file

This commit is contained in:
Jesse Wierzbinski 2024-09-23 09:44:20 +02:00
parent d43775ec6e
commit ce9be7e857
No known key found for this signature in database
20 changed files with 58 additions and 81 deletions

View file

@ -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";