+ [task#133164,done,0.5h] cne unit testing.

This commit is contained in:
zhangxiquan
2024-11-27 15:26:59 +08:00
committed by 翟晓剑
parent afbfdcb4a2
commit f9c6407c41
+1 -1
View File
@@ -590,7 +590,7 @@ class cneModel extends model
*/
public function uninstallApp(object $apiParams): ?object
{
if(is_null($apiParams->name) && empty($apiParams->name)) return null;
if(empty($apiParams->name)) return null;
if(empty($apiParams->channel)) $apiParams->channel = $this->config->CNE->api->channel;
$apiUrl = "/api/cne/app/uninstall";