Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenwalker committed Jul 21, 2020
1 parent 960a95b commit 3bb5a64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/js/models/AppModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1143,10 +1143,6 @@ define(['jquery', 'underscore', 'backbone'],
this.set('metaServiceUrl', baseUrl + this.get('context') + this.get('d1Service') + '/meta/');
this.set('packageServiceUrl', baseUrl + this.get('context') + this.get('d1Service') + '/packages/application%2Fbagit-097/');

if( this.get("d1Service") && this.get("d1Service").indexOf("cn/v2") == -1 ){
this.set('objectServiceUrl', baseUrl + this.get('context') + this.get('d1Service') + '/object/');
}

this.set('metacatServiceUrl', baseUrl + this.get('context') + '/metacat');

if( this.get("d1Service") && this.get("d1Service").indexOf("cn/v2") == -1 ){
Expand Down

0 comments on commit 3bb5a64

Please sign in to comment.