Unverified Commit 712a5eee authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Departure: TO_JSON: compute ID

parent eca26bdf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -265,6 +265,9 @@ sub route_interesting {
sub TO_JSON {
	my ($self) = @_;

	# compute on-demand keys
	$self->id;

	my $ret = { %{$self} };

	delete $ret->{strp_stopseq};