Skip to content

Commit

Permalink
MAT-7529 remove unwanted model type allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Dec 27, 2024
1 parent e8b277f commit 6c43839
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@madie/madie-models",
"version": "1.4.23",
"version": "1.4.24",
"description": "Models for MADiE Project",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion src/Measure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export interface Measure {
createdBy: string;
lastModifiedAt: string;
lastModifiedBy: string;
model: Model | "";
model: Model;
measureMetaData?: MeasureMetadata;
measurementPeriodStart: Date;
measurementPeriodEnd: Date;
Expand Down

0 comments on commit 6c43839

Please sign in to comment.