Skip to content

Commit 1d516ee

Browse files
committed
format
1 parent d2ba5f7 commit 1d516ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rr/app/lib/db/schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import {
2+
boolean,
23
integer,
34
pgTable,
4-
varchar,
55
text,
66
timestamp,
7-
boolean,
7+
varchar,
88
} from "drizzle-orm/pg-core";
99

1010
export const usersTable = pgTable("users", {

rr/app/routes/api.auth.$.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { Route } from "./+types/api.auth.$";
21
import { getAuth } from "~/lib/auth";
2+
import type { Route } from "./+types/api.auth.$";
33

44
export async function loader({ request, context }: Route.LoaderArgs) {
55
const { env } = context.cloudflare;

0 commit comments

Comments
 (0)