Skip to content

Commit 6c6c3d4

Browse files
author
Adam Rutland
authored
Merge pull request #384 from jfgarcia268/master
Fix for wrong reference defaultMinToWaitForLWCFlexCards
2 parents c5dd173 + 87798fa commit 6c6c3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/datapacktypes/vlocitycard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ VlocityCard.prototype.onDeployFinish = async function(jobInfo) {
118118
}
119119

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

124124
if (jsonError) {

0 commit comments

Comments
 (0)