Skip to content

Commit ce4d02d

Browse files
committed
Lint
1 parent f62a7d7 commit ce4d02d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/javascripts/admin/rest_api.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,8 +1415,9 @@ export async function getHistogramForLayer(
14151415
): Promise<APIHistogramData> {
14161416
return doWithToken((token) =>
14171417
Request.receiveJSON(
1418-
`${datastoreUrl}/data/datasets/${dataSourceId.owningOrganization}/${dataSourceId.directoryName}/layers/${layerName}/histogram?token=${token}`, { showErrorToast: false },
1419-
),
1418+
`${datastoreUrl}/data/datasets/${dataSourceId.owningOrganization}/${dataSourceId.directoryName}/layers/${layerName}/histogram?token=${token}`,
1419+
{ showErrorToast: false },
1420+
),
14201421
);
14211422
}
14221423

0 commit comments

Comments
 (0)