Skip to content
Snippets Groups Projects
Commit 332979d1 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix JS Hint

parent 78a78643
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ angular.module('cesium.currency.services', ['ngApi', 'cesium.bma.services'])
});
}
function loadCurrentUD(res, retryCount) {
function loadCurrentUD() {
return BMA.blockchain.stats.ud()
.then(function(res) {
// Special case for currency init
......@@ -111,7 +111,7 @@ angular.module('cesium.currency.services', ['ngApi', 'cesium.bma.services'])
.catch(function(err) {
data.currentUD = null;
throw err;
})
});
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment