Skip to content

Commit

Permalink
fix oldy
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Feb 4, 2025
1 parent c77bfee commit fe36c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/abacus/detail/to_json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ auto to_json(const view& view, bool minimal) -> bourne::json
case protobuf::Constant::kString:
json[name] = metric.constant().string();
break;
case protobuf::Constant::VALUE_NOT_SET:
break;
}
break;
}
Expand Down

0 comments on commit fe36c6e

Please sign in to comment.