In PR #127, while resolving merge conflicts, the return value of ParseStateScheme was unintentionally altered. This change caused the config.StateScheme variable to be consistently set to nil when passed to pbss, leading to issues in downstream operations.
Rationale
Restored the correct return value in ParseStateScheme to ensure that config.StateScheme is properly assigned and passed to pbss, restoring intended functionality.
Description
In PR #127, while resolving merge conflicts, the return value of ParseStateScheme was unintentionally altered. This change caused the config.StateScheme variable to be consistently set to nil when passed to pbss, leading to issues in downstream operations.
Rationale
Restored the correct return value in ParseStateScheme to ensure that config.StateScheme is properly assigned and passed to pbss, restoring intended functionality.
Example
add an example CLI or API response...
Changes
Notable changes: