From 97a9a406bbc5c8cfc88012de142f0cc007bda3ca Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sun, 2 Mar 2025 23:50:15 +0100 Subject: [PATCH] Format stuff --- api/src/controllers/seed/movies.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/controllers/seed/movies.ts b/api/src/controllers/seed/movies.ts index 7ca219a7..f3efef96 100644 --- a/api/src/controllers/seed/movies.ts +++ b/api/src/controllers/seed/movies.ts @@ -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" }),