Skip to content

Commit

Permalink
use Get call for geo
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarebczan authored Oct 5, 2023
1 parent 9d8426a commit 2a8577b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/redux/actions/blocked.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ export function doFetchGeoBlockedList() {
dispatch({ type: ACTIONS.FETCH_GBL_FAILED, data: error });
};

Lbryio.call('geo', 'blocked_list').then(success, failure);
Lbryio.call('geo', 'blocked_list', { auth_token: '' }, 'get').then(success, failure);
};
}

0 comments on commit 2a8577b

Please sign in to comment.