Skip to content

Commit

Permalink
fix: add mshda 2024 chart (#1656) (#1657)
Browse files Browse the repository at this point in the history
* fix: add mshda 2024 chart

* fix: longitude matching

* fix: lat test update
  • Loading branch information
ColinBuyck authored May 16, 2024
1 parent 8e7ed3a commit d42f5be
Show file tree
Hide file tree
Showing 5 changed files with 685 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/core/scripts/generate-ami-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ OUTPUT_FILE="$DIRECTORY/$FILENAME.ts"
echo "Generating $OUTPUT_FILE"

cat << EOF > $OUTPUT_FILE
import { AmiChartCreateDto } from "../../../ami-charts/dto/ami-chart.dto"
import { AmiChartCreateDto } from "../../src/ami-charts/dto/ami-chart.dto"
import { BaseEntity } from "typeorm"
// THIS FILE WAS AUTOMATICALLY GENERATED FROM $FILE.
Expand Down
Loading

0 comments on commit d42f5be

Please sign in to comment.