Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanka-TL committed Jun 15, 2022
1 parent ebb7cca commit bfdef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/observationSubmissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = {
},
compoundIndex: [
{
"name" :{ entityId: 1, observationId: 1, submissionNumber:1 },
"name" :{ observationId: 1, entityId: 1, submissionNumber:1 },
"indexType" : { unique: true }
}
]
Expand Down

0 comments on commit bfdef3e

Please sign in to comment.