Skip to content

Commit

Permalink
Remove unintended blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Oct 6, 2023
1 parent 2ec6f22 commit 5aeab17
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export class AssetDetailComponent implements OnInit {
this.feature = next;
try {
let featureSource = this.envService.apiUrl + '/assets/' + this.feature.assets[0].path;

// Strip out any possible double slashes or wso2 gets messed up
featureSource = featureSource.replace(/([^:])(\/{2,})/g, '$1/');
this.featureSource = featureSource;
Expand Down

0 comments on commit 5aeab17

Please sign in to comment.