Skip to content

Commit d0e6ef7

Browse files
author
eduardo conti
committed
fix: ajusta field type created_at da collection charge
1 parent 9a19a86 commit d0e6ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infra/database/models/charge.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class ChargeModel {
3131
@Prop({ type: 'string', required: false })
3232
e2e_id!: string | null;
3333
@Field()
34-
@Prop({ type: 'string', required: false })
34+
@Prop()
3535
created_at!: Date;
3636
@Field()
3737
@Prop()

0 commit comments

Comments
 (0)