diff --git a/src/internal/data/implementations.go b/src/internal/data/implementations.go index b0ac0410d..15b7dffb3 100644 --- a/src/internal/data/implementations.go +++ b/src/internal/data/implementations.go @@ -28,7 +28,6 @@ type FetchRestoreCollection struct { // ErrNotFound for all Fetch calls. type NoFetchRestoreCollection struct { Collection - FetchItemByNamer } func (c NoFetchRestoreCollection) FetchItemByName(context.Context, string) (Item, error) {