mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-23 11:39:32 +02:00
Update pkg/storage/redis/redis.go
Co-authored-by: Denis Mishin <dmishin@pomerium.com>
This commit is contained in:
parent
b42333f888
commit
35d7eef5ed
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ func (backend *Backend) ListTypes(ctx context.Context) (types []string, err erro
|
|||
return nil, err
|
||||
}
|
||||
sort.Strings(types)
|
||||
return types, err
|
||||
return types, nil
|
||||
}
|
||||
|
||||
// Put puts a record into redis.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue