Skip to content

Commit

Permalink
fix: account for otherTwo otherThree drawing bugs (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Feb 9, 2024
1 parent 2eb33be commit 0c293d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fileNames/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ const filesNowToNext = {
"proposal.document.openSpaceAssessment": "openSpaceAssessment",
"proposal.document.other.evidence": "otherEvidence",
"proposal.document.other": "otherDocument",
"proposal.document.otherTwo": "otherDocument",
"proposal.document.otherThree": "otherDocument",
"proposal.document.parkingPlan": "parkingPlan",
"proposal.document.planningStatement": "planningStatement",
"proposal.document.statementOfCommunityInvolvement": "statementOfCommunityInvolvement",
Expand All @@ -120,6 +122,8 @@ const filesNowToNext = {
"proposal.drawing.floorPlan": "floorPlan.proposed",
"proposal.drawing.locationPlan": "locationPlan",
"proposal.drawing.other": "otherDrawing",
"proposal.drawing.otherTwo": "otherDrawing",
"proposal.drawing.otherThree": "otherDrawing",
"proposal.drawing.roofPlan": "roofPlan.proposed",
"proposal.drawing.section": "sections.proposed",
"proposal.drawing.sitePlan": "sitePlan.proposed",
Expand Down

0 comments on commit 0c293d0

Please sign in to comment.