Skip to content

Commit

Permalink
Merge pull request #226 from AdobeDocs/develop
Browse files Browse the repository at this point in the history
Develop to main
  • Loading branch information
hitesh-kumar-mahour authored Sep 25, 2024
2 parents 8b04c42 + ba8392d commit bcd9236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/ica-faas.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script>
function getEnvironment() {
const host = window.location.host;
if (host.indexOf(('local') >= 0) || host.indexOf('developer-stage') >= 0) {
if (host.indexOf('local') >= 0 || host.indexOf('developer-stage') >= 0) {
return 'stage';
} else if (host.indexOf('developer.adobe.com') >= 0) {
return 'prod';
Expand Down

0 comments on commit bcd9236

Please sign in to comment.