Closed javuto closed 2 months ago
Fix for #469
Default setting for osctrl-cli was to use API instead of DB, so there were some panics due to nil pointers being referenced. Changed to use DB instead, as default. Once all the modes support the osctrl-api, we can switch back to use API by default.
osctrl-cli
osctrl-api
Fix for #469
Default setting for
osctrl-cli
was to use API instead of DB, so there were some panics due to nil pointers being referenced. Changed to use DB instead, as default. Once all the modes support theosctrl-api
, we can switch back to use API by default.