Skip to content

Commit

Permalink
Merge pull request #445 from harena-lab/development
Browse files Browse the repository at this point in the history
fix (engsw): test extended
  • Loading branch information
santanche authored Sep 14, 2023
2 parents 851dcbb + e6c855f commit 766170d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
}

if (labExpired){
if (Object.keys(labList).length >= i){
if (Object.keys(labList).length > i){
if (labList[i]['extendPeriod'] != null){
if((this.setDateToISO((labList[i]['extendPeriod'])) > this.setDateToISO(currentDate))){
labExtended = true
Expand Down

0 comments on commit 766170d

Please sign in to comment.