Browse Source

修改Bug

yjp 1 year ago
parent
commit
0e97fab567
1 changed files with 2 additions and 0 deletions
  1. 2 0
      sdk/instance.go

+ 2 - 0
sdk/instance.go

@@ -107,4 +107,6 @@ func DestroyInstance() error {
 	}
 
 	sdkInstance = nil
+
+	return nil
 }