Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
404
Merge Requests
61
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
891d8fd1
Commit
891d8fd1
authored
1 hour ago
by
Guy Thouret
Browse files
Options
Download
(fix) Remove merged ref to BoostedContentService
parent
74ac0c09
epic/boost-campaign
1 merge request
!690
WIP: Boot Campaigns
Pipeline
#101845759
passed with stages
in 62 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
src/app/common/common.module.ts
View file @
891d8fd1
...
...
@@ -94,7 +94,6 @@ import { V2TopbarComponent } from './layout/v2-topbar/v2-topbar.component';
import
{
UserMenuComponent
}
from
'
./layout/v2-topbar/user-menu.component
'
;
import
{
FeaturedContentComponent
}
from
'
./components/featured-content/featured-content.component
'
;
import
{
FeaturedContentService
}
from
'
./components/featured-content/featured-content.service
'
;
import
{
BoostedContentService
}
from
'
./services/boosted-content.service
'
;
import
{
FeedsService
}
from
'
./services/feeds.service
'
;
import
{
EntitiesService
}
from
'
./services/entities.service
'
;
import
{
BlockListService
}
from
'
./services/block-list.service
'
;
...
...
@@ -371,30 +370,6 @@ PlotlyModule.plotlyjs = PlotlyJS;
useFactory
:
_storage
=>
new
NSFWSelectorConsumerService
(
_storage
),
deps
:
[
Storage
],
},
{
provide
:
BoostedContentService
,
useFactory
:
(
client
,
session
,
entitiesService
,
blockListService
,
settingsService
)
=>
new
BoostedContentService
(
client
,
session
,
entitiesService
,
blockListService
,
settingsService
),
deps
:
[
Client
,
Session
,
EntitiesService
,
BlockListService
,
SettingsService
,
],
},
{
provide
:
FeaturedContentService
,
useFactory
:
boostedContentService
=>
...
...
This diff is collapsed.
Please
register
or
sign in
to comment