Skip to content

Commit

Permalink
Merge pull request hagopj13#111 from h4sohail/patch-1
Browse files Browse the repository at this point in the history
Fix function documentation
  • Loading branch information
hagopj13 authored May 11, 2021
2 parents 59e9320 + 55f7005 commit 0d19492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/token.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const generateResetPasswordToken = async (email) => {

/**
* Generate verify email token
* @param {string} email
* @param {User} user
* @returns {Promise<string>}
*/
const generateVerifyEmailToken = async (user) => {
Expand Down

0 comments on commit 0d19492

Please sign in to comment.