Skip to content

Commit

Permalink
refactor: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirazad committed Jun 24, 2024
1 parent 4066f69 commit 5b93130
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 85 deletions.
29 changes: 0 additions & 29 deletions src/app/api/paperless/route.ts

This file was deleted.

24 changes: 0 additions & 24 deletions src/app/api/user/getUserInfo/route.ts

This file was deleted.

31 changes: 0 additions & 31 deletions src/components/ui/popover.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/server/db/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const createTable = pgTableCreator(
export const users = createTable("users", {
id: serial("id").primaryKey(),
userId: varchar("userId", { length: 256 }).notNull().unique(),
fullName: varchar("fullName", { length: 256 }),
paperlessURL: varchar("paperlessURL", { length: 256 }),
paperlessToken: varchar("paperlessToken", { length: 256 }),
});
Expand Down

0 comments on commit 5b93130

Please sign in to comment.