Format stuff

This commit is contained in:
Zoe Roux 2025-03-02 23:50:15 +01:00
parent adaa892a26
commit 97a9a406bb
No known key found for this signature in database

View File

@ -4,8 +4,8 @@ import { getYear } from "~/utils";
import { insertCollection } from "./insert/collection";
import { insertEntries } from "./insert/entries";
import { insertShow } from "./insert/shows";
import { guessNextRefresh } from "./refresh";
import { insertStudios } from "./insert/studios";
import { guessNextRefresh } from "./refresh";
export const SeedMovieResponse = t.Object({
id: t.String({ format: "uuid" }),