remove fetchbynamer from nofetch collection (#4013)

#### Does this PR need a docs update or release note?

- [x]  No

#### Type of change

- [x] 🧹 Tech Debt/Cleanup

#### Test Plan

- [x]  Unit test
- [x] 💚 E2E
This commit is contained in:
Keepers 2023-08-17 13:50:11 -06:00 committed by GitHub
parent 19093ff5e4
commit bbbe5c64a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {