Skip to content

Commit

Permalink
added record in CorpInfoArray
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim committed Jan 22, 2024
1 parent 6ce72ce commit 80f1686
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/modules/corp-type-module/corp-type-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ const CorpInfoArray: Array<CorpInfoIF> = [
corpClass: CorpClass.BC,
shortDesc: 'CONTINUE IN',
fullDesc: 'BC Limited Company'
}, {
corpTypeCd: CorpTypeCd.BEN_CONTINUE_IN,
colinInd: true,
corpClass: CorpClass.BC,
shortDesc: 'BEN CONTINUE IN',
fullDesc: 'BC Benefit Company',

Check failure on line 128 in src/modules/corp-type-module/corp-type-module.ts

View workflow job for this annotation

GitHub Actions / linting (20.5.1)

Unexpected trailing comma
}, {
corpTypeCd: CorpTypeCd.BC_CCC,
colinInd: true,
Expand Down

0 comments on commit 80f1686

Please sign in to comment.