Skip to content

Commit

Permalink
fix formatting & lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 12, 2024
1 parent e05101c commit c656deb
Show file tree
Hide file tree
Showing 4 changed files with 322 additions and 993 deletions.
3 changes: 1 addition & 2 deletions packages/auth/src/utils/credentials.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { compareSync } from "bcryptjs";
import { eq } from "drizzle-orm";

import { takeFirstOrNull } from "@ctrlplane/db";
import { eq, takeFirstOrNull } from "@ctrlplane/db";
import { db } from "@ctrlplane/db/client";
import * as schema from "@ctrlplane/db/schema";

Expand Down
Loading

0 comments on commit c656deb

Please sign in to comment.