Skip to content

Commit

Permalink
updated activity again as id for network is different
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Ruiz committed Mar 6, 2019
1 parent 3f895b0 commit 5a6b250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/activity/ActivityPresenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

$.each( data.networks, function( key, value )
{
self.networkInteractor.getNetwork(value.id, new blink.listeners.BaseDecisionListener(
self.networkInteractor.getNetwork(value.network_id, new blink.listeners.BaseDecisionListener(
function(data)
{
i++;
Expand Down

0 comments on commit 5a6b250

Please sign in to comment.