aboutsummaryrefslogtreecommitdiffstats
path: root/cache/identity_subcache.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/identity_subcache.go')
-rw-r--r--cache/identity_subcache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/identity_subcache.go b/cache/identity_subcache.go
index a623d0e1..f862ca8b 100644
--- a/cache/identity_subcache.go
+++ b/cache/identity_subcache.go
@@ -48,7 +48,7 @@ func NewRepoCacheIdentity(repo repository.ClockedRepo,
sc := NewSubCache[*identity.Identity, *IdentityExcerpt, *IdentityCache](
repo, resolvers, getUserIdentity,
makeCached, NewIdentityExcerpt, makeIndex, actions,
- "identity", "identities",
+ identity.Typename, identity.Namespace,
formatVersion, defaultMaxLoadedBugs,
)