Skip to content

Commit 6808bad

Browse files
committed
feat(router): add ad service to feed decorator
- Inject adService into FeedDecoratorService creation - This change enhances the feed decoration functionality by incorporating advertisements
1 parent 2c8b891 commit 6808bad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/router/router.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ GoRouter createRouter({
7878
final feedDecoratorService = FeedDecoratorService(
7979
topicsRepository: topicsRepository,
8080
sourcesRepository: sourcesRepository,
81+
adService: adService,
8182
);
8283

8384
return GoRouter(

0 commit comments

Comments
 (0)