Skip to content

Commit

Permalink
fix: add mshda 2024 chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck committed May 3, 2024
1 parent 0da66e7 commit 43ba660
Show file tree
Hide file tree
Showing 4 changed files with 683 additions and 1 deletion.
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 43ba660

Please sign in to comment.