refactor: lint

This commit is contained in:
Mauricio Siu
2025-02-15 23:01:44 -06:00
parent 515d65d993
commit ed62b4e1a3
6 changed files with 14 additions and 14 deletions

View File

@@ -19,6 +19,7 @@ import { mongoRouter } from "./routers/mongo";
import { mountRouter } from "./routers/mount";
import { mysqlRouter } from "./routers/mysql";
import { notificationRouter } from "./routers/notification";
import { organizationRouter } from "./routers/organization";
import { portRouter } from "./routers/port";
import { postgresRouter } from "./routers/postgres";
import { previewDeploymentRouter } from "./routers/preview-deployment";
@@ -33,7 +34,6 @@ import { sshRouter } from "./routers/ssh-key";
import { stripeRouter } from "./routers/stripe";
import { swarmRouter } from "./routers/swarm";
import { userRouter } from "./routers/user";
import { organizationRouter } from "./routers/organization";
/**
* This is the primary router for your server.
*