Skip to content

Commit

Permalink
Remove adSwapDecision
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed May 25, 2018
1 parent b199bc0 commit bf7f6d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/factory/verification.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ export default ($verification) => {
if ($verification.verificationParameters != null) {
verification.parameters = $verification.verificationParameters._value
}
if ($verification.adSwapDecision != null) {
verification.adSwapDecision = ($verification.adSwapDecision === 'true')
}
return verification
}

0 comments on commit bf7f6d4

Please sign in to comment.