From 3b62fe0a4c7b3f1ae4f9a163b6c483444b5a8d20 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 8 Dec 2022 12:30:08 +0100 Subject: WIP --- cache/bug_subcache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cache/bug_subcache.go') diff --git a/cache/bug_subcache.go b/cache/bug_subcache.go index e61bbf2b..c8901754 100644 --- a/cache/bug_subcache.go +++ b/cache/bug_subcache.go @@ -18,7 +18,7 @@ import ( ) type RepoCacheBug struct { - SubCache[*BugExcerpt, *BugCache, bug.Interface] + *SubCache[*BugExcerpt, *BugCache, bug.Interface] } // ResolveBugCreateMetadata retrieve a bug that has the exact given metadata on -- cgit