Skip to content

Commit

Permalink
Merge pull request #1638 from flexion/sprint_13_pr_comments
Browse files Browse the repository at this point in the history
Sprint 13 jsdoc fix
  • Loading branch information
sutt0n authored May 8, 2019
2 parents 10e73c5 + 7bfcfbe commit de36e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/src/business/entities/Case.js
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ Case.prototype.updateDocketRecord = function(

/**
*
* @returns {*|[]}
* @returns {Array}
*/
Case.getCaseTypes = () => {
return CASE_TYPES;
Expand Down Expand Up @@ -716,7 +716,7 @@ Case.areYearsUnique = yearAmounts => {

/**
*
* @returns {*|[]}
* @returns {*|Array}
*/
Case.getDocumentTypes = () => {
return Object.keys(Case.documentTypes)
Expand Down

0 comments on commit de36e73

Please sign in to comment.