Skip to content

Commit

Permalink
Forgot to lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjames111 committed Nov 25, 2024
1 parent 2b8281b commit 1463cde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/branded/branded-checkout.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,6 @@ export default angular
onOrderFailed: '&',
language: '@',
showCoverFees: '@',
useV3: '@',
useV3: '@'
}
})
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@ export default angular
onPaymentFailed: '&',
radioStationApiUrl: '<',
radioStationRadius: '<',
useV3: '<',
useV3: '<'
}
})
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,6 @@ export default angular
updateQueryParam: '&',
submitted: '<',
onStateChange: '&',
useV3: '<',
useV3: '<'
}
})

0 comments on commit 1463cde

Please sign in to comment.