Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #107 from PatrickGoRaft/quarterly-filer-api-update
Browse files Browse the repository at this point in the history
updating expected json response from institutions api
  • Loading branch information
meissadia authored Jan 31, 2020
2 parents b5db4f7 + 79dde43 commit e243e2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/utils/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ const nestInstitutionStateForAPI = state => {
name: state.topHolderName || ''
},
hmdaFiler: false,
quarterlyFiler: state.quarterlyFiler === 'true'
quarterlyFiler: state.quarterlyFiler === 'true',
quarterlyFilerHasFiledQ1: false,
quarterlyFilerHasFiledQ2: false,
quarterlyFilerHasFiledQ3: false
}
return api
}
Expand Down

0 comments on commit e243e2c

Please sign in to comment.