From bbbe5c64a0fc836c9ab45a180c64cf2e910bde8c Mon Sep 17 00:00:00 2001 From: Keepers Date: Thu, 17 Aug 2023 13:50:11 -0600 Subject: [PATCH] remove fetchbynamer from nofetch collection (#4013) #### Does this PR need a docs update or release note? - [x] :no_entry: No #### Type of change - [x] :broom: Tech Debt/Cleanup #### Test Plan - [x] :zap: Unit test - [x] :green_heart: E2E --- src/internal/data/implementations.go | 1 - 1 file changed, 1 deletion(-) 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) {