Skip to content

Commit

Permalink
Rename khokhaEntryModel.js to KhokhaEntryModel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hardikroongta8 committed Mar 29, 2024
1 parent 9c39967 commit 30c62fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/khokhaEntryModel.js → models/KhokhaEntryModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ const khokhaEntrySchema = new Schema({

const KhokhaEntryModel = mongoose.model('KhokhaEntryModel', khokhaEntrySchema);

module.exports = KhokhaEntryModel;
module.exports = KhokhaEntryModel;

0 comments on commit 30c62fd

Please sign in to comment.