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

@@ -1,9 +1,9 @@
import { relations } from "drizzle-orm";
import { boolean, pgTable, text, timestamp } from "drizzle-orm/pg-core";
import { nanoid } from "nanoid";
import { users_temp } from "./user";
import { server } from "./server";
import { projects } from "./project";
import { server } from "./server";
import { users_temp } from "./user";
export const account = pgTable("account", {
id: text("id")