Skip to content

Commit

Permalink
getRankingTileResult remove params
Browse files Browse the repository at this point in the history
  • Loading branch information
gmechali committed Dec 16, 2024
1 parent d7c1e25 commit 358ce8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions static/nodejs_server/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,7 @@ function getBlockTileResults(
place.dcid,
enclosedPlaceType,
tileSvSpec,
apiRoot,
urlRoot,
useChartUrl,
apikey
apiRoot
)
);
break;
Expand Down
5 changes: 1 addition & 4 deletions static/nodejs_server/tiles/ranking_tile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,7 @@ export async function getRankingTileResult(
place: string,
enclosedPlaceType: string,
statVarSpec: StatVarSpec[],
apiRoot: string,
urlRoot: string,
useChartUrl: boolean,
apikey?: string
apiRoot: string
): Promise<TileResult[]> {
const tileProp = getTileProp(
id,
Expand Down

0 comments on commit 358ce8e

Please sign in to comment.