helps if it compiles

This commit is contained in:
Ted Unangst 2023-06-18 21:48:45 -04:00
parent e3c4040aa3
commit 975de7188e
1 changed files with 1 additions and 1 deletions

View File

@ -1628,7 +1628,7 @@ var oldjonkers = cache.New(cache.Options{Filler: func(name string) ([]byte, bool
return nil, false
}
j := junkuser(user)
return buf.ToBytes(), true
return j.ToBytes(), true
}, Duration: 1 * time.Minute})
func asjonker(name string) ([]byte, bool) {