Skip to content

Commit

Permalink
Merge pull request #59 from korosuke613/fix-milestoneId
Browse files Browse the repository at this point in the history
fix: ProjectData.milestoneId to optional.
  • Loading branch information
korosuke613 authored Mar 30, 2021
2 parents 0866c4c + fbc91c9 commit 25150ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export interface ProjectData extends BaseData {
state: ProjectStateType;
creatorId: UserId;
leadId?: UserId;
milestoneId: MilestoneId;
milestoneId?: MilestoneId;
targetDate?: SimpleDate;
startedAt?: ISOString;
sortOrder: number;
Expand Down

0 comments on commit 25150ed

Please sign in to comment.