Update On Mon Aug 5 20:34:55 CEST 2024

This commit is contained in:
github-action[bot]
2024-08-05 20:34:56 +02:00
parent c5222dc16c
commit abb7c9abe3
47 changed files with 917 additions and 616 deletions

View File

@@ -144,6 +144,8 @@ func (b *BoxInstance) Close() (err error) {
// close box
b.Close()
// close box.Box
b.Box.Close()
return nil
}