Skip to content

Commit 148fe1a

Browse files
authored
Update product.model.ts
1 parent 0a43203 commit 148fe1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/product.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface ProductDocument extends mongoose.Document {
1010
description: string;
1111
price: number;
1212
image: string;
13-
createAt: Date;
13+
createdAt: Date;
1414
updatedAt: Date;
1515
}
1616

0 commit comments

Comments
 (0)