Skip to content

Commit

Permalink
Merge pull request #123 from Trycatch-tv/dev
Browse files Browse the repository at this point in the history
fix: ajustar los roles de los usuarios
  • Loading branch information
judlup authored Aug 8, 2024
2 parents e6f25ac + 8d9af42 commit 684fd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/user/user.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class UserEntity {
@Column({
nullable: false,
default: 'user',
enum: ['user', 'admin', 'bootcamp', 'bootcamps', 'companies', 'experts'],
enum: ['user', 'admin', 'bootcamp', 'company', 'expert'],
})
role: string;

Expand Down

0 comments on commit 684fd3e

Please sign in to comment.