mirror of
https://github.com/kataras/iris.git
synced 2026-01-22 19:36:00 +00:00
update vendor
Former-commit-id: 8e7fca843e404d34fec071415191657ea554dd05
This commit is contained in:
@@ -124,7 +124,7 @@ func (c Config) Validate() Config {
|
||||
|
||||
if c.SessionIDGenerator == nil {
|
||||
c.SessionIDGenerator = func() string {
|
||||
id := uuid.NewV4()
|
||||
id, _ := uuid.NewV4()
|
||||
return id.String()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user