Added database node.Close() to patches
This commit is contained in:
@ -104,6 +104,8 @@ to the studios involved in the creation of your favourite anime.
|
||||
}
|
||||
|
||||
func main() {
|
||||
defer arn.Node.Close()
|
||||
|
||||
for _, item := range items {
|
||||
item.Save()
|
||||
}
|
||||
|
Reference in New Issue
Block a user