Skip to content

Commit

Permalink
address model
Browse files Browse the repository at this point in the history
  • Loading branch information
sohail0992 committed Nov 13, 2023
1 parent b519c28 commit 6e3402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/models/Address.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const AddressesSchema = new mongoose.Schema({

}, { strict : false, timestamps: true });

export default mongoose.model<any>('Address', AddressesSchema);
export default mongoose.model<any>('Address', AddressesSchema);

0 comments on commit 6e3402b

Please sign in to comment.