Skip to content

Commit

Permalink
Fix method calls
Browse files Browse the repository at this point in the history
  • Loading branch information
gmechali committed Dec 16, 2024
1 parent 4fdd1a2 commit d7c1e25
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions static/nodejs_server/tiles/ranking_tile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,7 @@ export async function getRankingTileResult(
true,
place,
enclosedPlaceType,
statVarSpec,
urlRoot,
useChartUrl,
apiRoot,
apikey
statVarSpec
)
);
}
Expand All @@ -258,10 +254,7 @@ export async function getRankingTileResult(
false,
place,
enclosedPlaceType,
statVarSpec,
urlRoot,
useChartUrl,
apiRoot
statVarSpec
)
);
}
Expand Down

0 comments on commit d7c1e25

Please sign in to comment.