Skip to content

Commit 430c148

Browse files
committed
refactor: remove adService from FeedDecoratorService
Remove the adService parameter from the FeedDecoratorService initialization in the router file. This change simplifies the service instantiation by removing an unused dependency.
1 parent 25a2b65 commit 430c148

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/router/router.dart

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

8483
return GoRouter(

0 commit comments

Comments
 (0)