🚨 fix: resolve linting type error
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 32s
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 32s
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { t, type RouteSchema } from "elysia";
|
||||
import { type RouteSchema } from "elysia";
|
||||
import type { OpenAPIV3 } from "openapi-types";
|
||||
|
||||
export type AppRouteSchema = RouteSchema & {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import Elysia, { t } from "elysia";
|
||||
import Elysia from "elysia";
|
||||
import { bulkInsertEpisodeController } from "./controllers/bulkInsertEpisode.controller";
|
||||
import { bulkInsertMediaController } from "./controllers/bulkInsertMedia.controller";
|
||||
import { createVideoServiceInternalController } from "./controllers/createVideoService.controller";
|
||||
|
||||
Reference in New Issue
Block a user