Skip to content

Commit

Permalink
Add param to doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
wullaski committed Nov 27, 2024
1 parent 98ecf63 commit b6cbbd7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const { addDays, addMonths, format } = require('date-fns');
/**
* Creates a referral object relative to a start date.
*
* @param {String} startDate The date to base the referral around
* @param {String} startDate The date in 'yyyy-MM-dd' format to base the referrals around
* @param {String} uuid The UUID for the referral
* @returns {Object} Referral object
*/
const createReferral = (startDate, uuid) => {
Expand Down

0 comments on commit b6cbbd7

Please sign in to comment.