Skip to content

Commit 0c04503

Browse files
committed
if(v && v.variableId === 1398 && !v.outcome)
1 parent fe05f65 commit 0c04503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/qmHelpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12116,7 +12116,7 @@ var qm = {
1211612116
validateVariables: function(variables){
1211712117
if(!Array.isArray(variables)){variables = [variables];}
1211812118
variables.map(function (v){
12119-
if(v && v.variableId === 1398){
12119+
if(v && v.variableId === 1398 && !v.outcome){
1212012120
qmLog.errorAndExceptionTestingOrDevelopment("why isn't mood an outcome: "+v.outcome, v)
1212112121
}
1212212122
});

0 commit comments

Comments
 (0)