Skip to content

Commit

Permalink
pass missing params in recursive calls
Browse files Browse the repository at this point in the history
  • Loading branch information
sashankaryal committed Nov 22, 2024
1 parent a38a8b0 commit ef43f81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/packages/looker/src/worker/disk-overlay-decoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ export const decodeOverlayOnDisk = async (
customizeColorSetting,
colorscale,
{},
DETECTION
DETECTION,
maskPathDecodingPromises,
maskTargetsBuffers
)
);
}
Expand Down

0 comments on commit ef43f81

Please sign in to comment.