more seeds
This commit is contained in:
@@ -47,6 +47,7 @@ export const BootstrapProviders: Provider[] = [
|
||||
driverRepository: RacingSeedDependencies['driverRepository'],
|
||||
leagueRepository: RacingSeedDependencies['leagueRepository'],
|
||||
seasonRepository: RacingSeedDependencies['seasonRepository'],
|
||||
leagueScoringConfigRepository: RacingSeedDependencies['leagueScoringConfigRepository'],
|
||||
seasonSponsorshipRepository: RacingSeedDependencies['seasonSponsorshipRepository'],
|
||||
sponsorshipRequestRepository: RacingSeedDependencies['sponsorshipRequestRepository'],
|
||||
leagueWalletRepository: RacingSeedDependencies['leagueWalletRepository'],
|
||||
@@ -67,6 +68,7 @@ export const BootstrapProviders: Provider[] = [
|
||||
driverRepository,
|
||||
leagueRepository,
|
||||
seasonRepository,
|
||||
leagueScoringConfigRepository,
|
||||
seasonSponsorshipRepository,
|
||||
sponsorshipRequestRepository,
|
||||
leagueWalletRepository,
|
||||
@@ -88,6 +90,7 @@ export const BootstrapProviders: Provider[] = [
|
||||
'IDriverRepository',
|
||||
'ILeagueRepository',
|
||||
'ISeasonRepository',
|
||||
'ILeagueScoringConfigRepository',
|
||||
'ISeasonSponsorshipRepository',
|
||||
'ISponsorshipRequestRepository',
|
||||
'ILeagueWalletRepository',
|
||||
|
||||
Reference in New Issue
Block a user