fix typo in imports/api/Users/server/methods.js

This commit is contained in:
cleverbeagle 2017-08-06 10:39:14 -05:00
parent f83d2d21c4
commit 815717ea0b

View file

@ -29,7 +29,7 @@ Meteor.methods({
rateLimit({
methods: [
'users.resendVerification',
'users.sendVerificationEmail',
'users.editProfile',
],
limit: 5,