mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
chore: remove unused import from settings router
- Removed the unused import of `tryCatch` from the settings router file, streamlining the code and improving readability. This change contributes to cleaner code management by eliminating unnecessary dependencies.
This commit is contained in:
@@ -52,7 +52,6 @@ import { db } from "@dokploy/server/db";
|
||||
import { checkPermission } from "@dokploy/server/services/permission";
|
||||
import { generateOpenApiDocument } from "@dokploy/trpc-openapi";
|
||||
import { TRPCError } from "@trpc/server";
|
||||
import { tryCatch } from "bullmq";
|
||||
import { eq, sql } from "drizzle-orm";
|
||||
import { scheduledJobs, scheduleJob } from "node-schedule";
|
||||
import { parse, stringify } from "yaml";
|
||||
|
||||
Reference in New Issue
Block a user