[#1147] object: Use methods on pointer for searchsvc.execCtx

Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
Anton Nikiforov 2024-05-27 16:05:20 +03:00 committed by Evgenii Stratonikov
parent 3555c73225
commit d355274cd0

View file

@ -28,7 +28,7 @@ func (exec *execCtx) setLogger(l *logger.Logger) {
)}
}
func (exec execCtx) isLocal() bool {
func (exec *execCtx) isLocal() bool {
return exec.prm.common.LocalOnly()
}