Skip to content

Commit

Permalink
fix function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bwyx committed Jun 6, 2021
1 parent 0d19492 commit 6d0ccea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/token.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const { tokenTypes } = require('../config/tokens');
* Generate token
* @param {ObjectId} userId
* @param {Moment} expires
* @param {string} type
* @param {string} [secret]
* @returns {string}
*/
Expand Down

0 comments on commit 6d0ccea

Please sign in to comment.