Skip to content

Commit

Permalink
fix(router): phpdie
Browse files Browse the repository at this point in the history
phpdie
  • Loading branch information
snomiao committed Jan 20, 2025
1 parent 6eb2c18 commit 1bccc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import pkg from "@/package.json";
import { getWorkerInstance } from "@/src/WorkerInstances";
import { analyzePullsStatus } from "@/src/analyzePullsStatus";
import { zPullsStatus } from "@/src/zod/zPullsStatus";
import DIE from "@snomiao/die";
import { initTRPC } from "@trpc/server";
import DIE from "phpdie";
import { type OpenApiMeta } from "trpc-openapi";
import z from "zod";
export const t = initTRPC.meta<OpenApiMeta>().create(); /* 👈 */
Expand Down

0 comments on commit 1bccc6f

Please sign in to comment.