refactor: lint

This commit is contained in:
Mauricio Siu
2025-02-09 20:53:14 -06:00
parent 8bd72a8a34
commit afd3d2eea3
6 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
import {
boolean,
integer,
pgTable,
text,
integer,
timestamp,
boolean,
} from "drizzle-orm/pg-core";
export const user = pgTable("user", {