Skip to content

Commit 47e919d

Browse files
committed
refactor: remove collection from namings to avoid confusion with featured items type dv object collection 2
1 parent f1b0cfd commit 47e919d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/infra/repositories/CollectionsRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
import {
2828
domainTypeToApiType,
2929
transformFeaturedItemsPayloadToFeaturedItems
30-
} from './transformers/collectionFeaturedItemsTransformer'
30+
} from './transformers/featuredItemsTransformer'
3131
import {
3232
FeaturedItemsDTO,
3333
CustomFeaturedItemDTO,

0 commit comments

Comments
 (0)