Skip to content

Commit

Permalink
close #1930
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Apr 27, 2024
1 parent 58ca210 commit d446a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/model/item/disease.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export class DiseaseModel extends BaseItemModel {

schema.incubation = new fields.SchemaField({
value: new fields.StringField(),
unit: new fields.StringField(),
});

schema.duration = new fields.SchemaField({
Expand Down

0 comments on commit d446a84

Please sign in to comment.