Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
devsharmagit committed Nov 1, 2024
1 parent 65dabd8 commit 26c548b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,6 @@ model Project {
isFeature Boolean @default(false)
}

model Company {
id String @id @default(cuid())
companyName String
companyLogo String?
companyBio String
user User?
}

enum ProjectStack {
GO
Expand Down
1 change: 1 addition & 0 deletions src/actions/hr.actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const createHR = withSession<
companyName: companyName,
companyBio: companyBio,
companyLogo: companyLogo,
companyEmail: email,
},
});

Expand Down

0 comments on commit 26c548b

Please sign in to comment.