helps if it compiles
This commit is contained in:
parent
e3c4040aa3
commit
975de7188e
|
@ -1628,7 +1628,7 @@ var oldjonkers = cache.New(cache.Options{Filler: func(name string) ([]byte, bool
|
||||||
return nil, false
|
return nil, false
|
||||||
}
|
}
|
||||||
j := junkuser(user)
|
j := junkuser(user)
|
||||||
return buf.ToBytes(), true
|
return j.ToBytes(), true
|
||||||
}, Duration: 1 * time.Minute})
|
}, Duration: 1 * time.Minute})
|
||||||
|
|
||||||
func asjonker(name string) ([]byte, bool) {
|
func asjonker(name string) ([]byte, bool) {
|
||||||
|
|
Loading…
Reference in New Issue