From d7c1e25ab5e0f09401c8a52574f1fc1505ec026e Mon Sep 17 00:00:00 2001 From: Gabriel Mechali Date: Mon, 16 Dec 2024 13:35:02 -0500 Subject: [PATCH] Fix method calls --- static/nodejs_server/tiles/ranking_tile.ts | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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 ) ); }