Skip to content

Commit

Permalink
[CHORE:#3] Quantity 컬렉션명 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyejungg committed May 25, 2022
1 parent cb348af commit 006fe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Quantity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ const QuantitySchema = new mongoose.Schema({
},
});

export default mongoose.model<QuantityInfo & mongoose.Document>('Queantity', QuantitySchema);
export default mongoose.model<QuantityInfo & mongoose.Document>('Quantity', QuantitySchema);

0 comments on commit 006fe12

Please sign in to comment.