Skip to content

Commit

Permalink
Make unique.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandyvenables committed Feb 6, 2024
1 parent 06ddef1 commit d3d6dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/restrictions.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bedrock.events.on('bedrock-mongodb.ready', async () => {
'restiction.methodOptions.limit': 1,
'restiction.methodOptions.duration': 1
},
options: {unique: false, background: false}
options: {unique: true, background: false}
}]);
});

Expand Down

0 comments on commit d3d6dfc

Please sign in to comment.