mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 14:40:39 +00:00
fix #576
This commit is contained in:
@ -47,7 +47,6 @@ func (st *MysqlSessionStore) Get(key interface{}) interface{} {
|
||||
} else {
|
||||
return nil
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// delete value in mysql session
|
||||
|
Reference in New Issue
Block a user