Commit 02ebda7d authored by Filipa Lacerda's avatar Filipa Lacerda

Update blob_path keys

parent e289ce65
...@@ -6,8 +6,8 @@ export default class MergeRequestStore extends CEMergeRequestStore { ...@@ -6,8 +6,8 @@ export default class MergeRequestStore extends CEMergeRequestStore {
super(data); super(data);
const blobPath = data.blob_path || {}; const blobPath = data.blob_path || {};
this.headBlobPath = blobPath.head || ''; this.headBlobPath = blobPath.head_path || '';
this.baseBlobPath = blobPath.base || ''; this.baseBlobPath = blobPath.base_path || '';
this.initCodeclimate(data); this.initCodeclimate(data);
this.initPerformanceReport(data); this.initPerformanceReport(data);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment