graphqlbackend: fix typed-nil error
Created by: mrnugget
This fixes #4671
Passing in nil
into zoektIndexedRepos
caused the infamous "typed
nil" error in Go to pop up, which ultimately caused ListAll()
to be
called in zoektIndexedRepos
, which caused a nil-dereference panic.
Test plan: go test