Skip to content

Commit

Permalink
Test if SonarCloud analysis is successfull
Browse files Browse the repository at this point in the history
ISSUE: ADPM-70
  • Loading branch information
filipkojic committed Oct 10, 2024
1 parent a603266 commit 815b79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/js/PageControllerFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (!window.AdyenFE) {
}

name += 'Controller';

// comment
if(!(AdyenFE.hasOwnProperty(name) && typeof AdyenFE[name] === 'function')) {
return null;
}
Expand Down

0 comments on commit 815b79d

Please sign in to comment.