mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
fix: improve code specification (#231)
This commit is contained in:
@ -99,7 +99,7 @@ func (a *Adapter) open() {
|
||||
}
|
||||
|
||||
func (a *Adapter) close() {
|
||||
a.Engine.Close()
|
||||
_ = a.Engine.Close()
|
||||
a.Engine = nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user