Skip to content

Commit

Permalink
Merge pull request #3385 from Vizzuality/fix/forest-change-analysis
Browse files Browse the repository at this point in the history
Fix/forest change analysis
  • Loading branch information
edbrett committed Apr 26, 2018
2 parents 9e6a3bb + a3122e7 commit 44c9e84
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,12 @@ define(
),
'slug'
)
);
).sort(function(a, b) {
if (a === 'umd-loss-gain') {
return 1;
}
return 0;
});
return dataset[0] || null;
},

Expand Down

0 comments on commit 44c9e84

Please sign in to comment.