diff options
Diffstat (limited to 'graphql/resolvers/mutation.go')
-rw-r--r-- | graphql/resolvers/mutation.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql/resolvers/mutation.go b/graphql/resolvers/mutation.go index 674c1775..7cc98aac 100644 --- a/graphql/resolvers/mutation.go +++ b/graphql/resolvers/mutation.go @@ -9,7 +9,7 @@ import ( ) type mutationResolver struct { - cache *cache.RootCache + cache *cache.MultiRepoCache } func (r mutationResolver) getRepo(repoRef *string) (*cache.RepoCache, error) { |