Skip to content

Commit

Permalink
slight type adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
julieg18 committed Aug 4, 2023
1 parent 6f87e56 commit d20efbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/src/plots/paths/collect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const collectPlotPathType = (
data: PlotsData,
hasChildren: boolean,
path: string,
isMultiImgPlot?: boolean
isMultiImgPlot: boolean
) => {
if (hasChildren) {
return
Expand All @@ -136,7 +136,7 @@ const updateExistingPlotPath = (
hasChildren: boolean,
revisions: Set<string>,
path: string,
isMultiImgPlot?: boolean
isMultiImgPlot: boolean
) =>
acc.map(existing => {
const plotPath = { ...existing }
Expand Down

0 comments on commit d20efbd

Please sign in to comment.