Skip to content

Commit

Permalink
Remove leftover autoScale param
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Jun 18, 2024
1 parent 780feac commit 74f9b30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/src/vis-packs/core/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export function useMappedArrays(
values: NumArray[],
dims: number[],
mapping: DimensionMapping,
autoScale?: boolean,
): NdArray<NumArray>[];

export function useMappedArrays(
Expand Down

0 comments on commit 74f9b30

Please sign in to comment.