mirror of
https://github.com/astaxie/beego.git
synced 2025-07-10 05:50:18 +00:00
fix #576
This commit is contained in:
@ -43,7 +43,6 @@ func (fs *FileSessionStore) Get(key interface{}) interface{} {
|
||||
} else {
|
||||
return nil
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// Delete value in file session by given key
|
||||
|
Reference in New Issue
Block a user