refactor: 🔥 Remove dead code

This commit is contained in:
Jesse Wierzbinski 2024-05-07 03:13:37 +00:00
parent 592f7c0ac2
commit 7b05a34cce
No known key found for this signature in database
36 changed files with 32 additions and 1692 deletions

View file

@ -1,4 +1,4 @@
import { apiRoute, applyConfig, auth, handleZodError, idValidator } from "@api";
import { applyConfig, auth, handleZodError, idValidator } from "@api";
import { zValidator } from "@hono/zod-validator";
import { errorResponse, jsonResponse } from "@response";
import type { Hono } from "hono";

View file

@ -1,4 +1,4 @@
import { apiRoute, applyConfig, auth, handleZodError, idValidator } from "@api";
import { applyConfig, auth, handleZodError, idValidator } from "@api";
import { zValidator } from "@hono/zod-validator";
import { errorResponse, jsonResponse } from "@response";
import { and, eq } from "drizzle-orm";

View file

@ -1,4 +1,4 @@
import { apiRoute, applyConfig, auth, handleZodError } from "@api";
import { applyConfig, auth, handleZodError } from "@api";
import { zValidator } from "@hono/zod-validator";
import { jsonResponse, response } from "@response";
import { tempmailDomains } from "@tempmail";

View file

@ -1,4 +1,4 @@
import { apiRoute, applyConfig, auth, handleZodError, idValidator } from "@api";
import { applyConfig, auth, handleZodError, idValidator } from "@api";
import { zValidator } from "@hono/zod-validator";
import { errorResponse, jsonResponse } from "@response";
import { and, gt, gte, lt, sql } from "drizzle-orm";

View file

@ -1,4 +1,4 @@
import { apiRoute, applyConfig, auth, handleZodError, idValidator } from "@api";
import { applyConfig, auth, handleZodError, idValidator } from "@api";
import { zValidator } from "@hono/zod-validator";
import { errorResponse, jsonResponse } from "@response";
import { and, gt, gte, lt, sql } from "drizzle-orm";

View file

@ -1,4 +1,4 @@
import { apiRoute, applyConfig, auth, handleZodError, idValidator } from "@api";
import { applyConfig, auth, handleZodError, idValidator } from "@api";
import { zValidator } from "@hono/zod-validator";
import { errorResponse, jsonResponse } from "@response";
import { and, gt, gte, lt, sql } from "drizzle-orm";

View file

@ -1,4 +1,4 @@
import { apiRoute, applyConfig, auth, handleZodError, idValidator } from "@api";
import { applyConfig, auth, handleZodError, idValidator } from "@api";
import { zValidator } from "@hono/zod-validator";
import { errorResponse, jsonResponse } from "@response";
import { fetchTimeline } from "@timelines";

View file

@ -1,4 +1,4 @@
import { apiRoute, applyConfig, handleZodError } from "@api";
import { applyConfig, handleZodError } from "@api";
import { zValidator } from "@hono/zod-validator";
import { errorResponse, jsonResponse } from "@response";
import { and, eq, inArray, sql } from "drizzle-orm";