Skip to content

Commit

Permalink
Fix save of blank target date
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Jan 22, 2024
1 parent f7a5dd5 commit 1409544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Brass/Issue.pm
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ sub write
security_considerations => $self->security_considerations,
rca => $self->rca,
corrective_action => $self->corrective_action,
target_date => $self->target_date,
target_date => $self->target_date || undef,
resources_required => $self->resources_required,
success_description => $self->success_description,
reference => $self->reference,
Expand Down

0 comments on commit 1409544

Please sign in to comment.