refactor: linter fixes

This commit is contained in:
ayham291
2025-06-01 20:46:32 +02:00
parent 5d5e56d144
commit 8436d364be
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import { pgEnum, pgTable, text } from "drizzle-orm/pg-core";
import { createInsertSchema } from "drizzle-zod";
import { nanoid } from "nanoid";
import { z } from "zod";
import { organization, account } from "./account";
import { account, organization } from "./account";
import { bitbucket } from "./bitbucket";
import { gitea } from "./gitea";
import { github } from "./github";