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