diff --git a/static/nodejs_server/tiles/ranking_tile.ts b/static/nodejs_server/tiles/ranking_tile.ts index 2058d6c597..b3fcef9b97 100644 --- a/static/nodejs_server/tiles/ranking_tile.ts +++ b/static/nodejs_server/tiles/ranking_tile.ts @@ -236,11 +236,7 @@ export async function getRankingTileResult( true, place, enclosedPlaceType, - statVarSpec, - urlRoot, - useChartUrl, - apiRoot, - apikey + statVarSpec ) ); } @@ -258,10 +254,7 @@ export async function getRankingTileResult( false, place, enclosedPlaceType, - statVarSpec, - urlRoot, - useChartUrl, - apiRoot + statVarSpec ) ); }