Skip to content

Commit

Permalink
Bug 1830152: make the stack_graph_raw attribute a Maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsheeh authored May 2, 2023
1 parent 667eb9d commit ce12be2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extensions/PhabBugz/lib/Revision.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ has view_policy => (is => 'ro', isa => Str);
has edit_policy => (is => 'ro', isa => Str);
has stack_graph_raw => (
is => 'ro',
isa => Dict [
slurpy Any
isa => Maybe [
Dict [
slurpy Any
]
],
);
has subscriber_count => (is => 'ro', isa => Int);
Expand Down

0 comments on commit ce12be2

Please sign in to comment.