Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle None for signal_id in GetValue endpoint
Currently, calling the GetValue endpoint with an empty body will cause the databroker to panic since unwrap is called on the signal_id option - which is None in that case. In order to prevent the server-side panic, a simple none check is performed before calling unwrap. Signed-off-by: Michael Engel <[email protected]>
- Loading branch information