mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
Update sqlite3.go
This commit is contained in:
@@ -108,7 +108,7 @@ func (s *Storage) Get(key string) ([]byte, error) {
|
||||
if err.Error() != noRows {
|
||||
return nil, err
|
||||
}
|
||||
return nil, err.Error()
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// If the expiration time has already passed, then return nil
|
||||
|
Reference in New Issue
Block a user