Skip to content

Commit

Permalink
Merge pull request #384 from jfgarcia268/master
Browse files Browse the repository at this point in the history
Fix for wrong reference defaultMinToWaitForLWCFlexCards
  • Loading branch information
Adam Rutland authored Jun 11, 2021
2 parents c5dd173 + 87798fa commit 6c6c3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datapacktypes/vlocitycard.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ VlocityCard.prototype.onDeployFinish = async function(jobInfo) {
}

if (tries == maxNumOfTries) {
errorMessage = 'Activation took longer than ' + minutesToWait + ' minutes - Aborted';
errorMessage = 'Activation took longer than ' + jobInfo.defaultMinToWaitForLWCFlexCards + ' minutes - Aborted';
}

if (jsonError) {
Expand Down

0 comments on commit 6c6c3d4

Please sign in to comment.