Skip to content

Commit

Permalink
fix(hotfix): hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
guimroque committed Mar 1, 2024
1 parent 1e2fe57 commit bd300b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export class addColumnWebauthn1708453146421 implements MigrationInterface {
new TableColumn({
name: 'type',
type: 'varchar',
isNullable: false,
}),
);
}
Expand Down
1 change: 0 additions & 1 deletion src/models/User.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class User extends Base {

@Column({
default: TypeUser.FUEL,
nullable: false,
})
type: TypeUser;

Expand Down

0 comments on commit bd300b7

Please sign in to comment.