Fix accidental pass by value
This commit is contained in:
parent
0f54c2f79e
commit
26a5fffcca
@ -217,7 +217,7 @@ func (me *requestFiller) priorities() bool {
|
||||
}
|
||||
|
||||
// Fill requests, with all contextual information available in the receiver.
|
||||
func (me requestFiller) Run() {
|
||||
func (me *requestFiller) Run() {
|
||||
if !me.priorities() {
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user