Skip to content

Commit caf390d

Browse files
authored
Update config.go
1 parent 9ed16f7 commit caf390d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (c *Config) SessionIdGenerator() string {
9292

9393
// default sessionId generator => uuid
9494
func (c *Config) defaultSessionIdGenerator() string {
95-
id := uuid.NewV4()
95+
id, _ := uuid.NewV4()
9696
return id.String()
9797
}
9898

0 commit comments

Comments
 (0)