Skip to content

Commit

Permalink
feat: oops, register new service
Browse files Browse the repository at this point in the history
  • Loading branch information
dorucioclea committed Jul 17, 2023
1 parent b832c35 commit a974116
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { AuctionBidEntityRepositoryProvider } from '../auctions/providers/auctio
import { AuctionBidHistoryEntityRepositoryProvider } from './providers/auction.bid.history.repository.provider';
import { AuctionHistoryEntityRepositoryProvider } from './providers/auction.history.repository.provider';
import { CancelAuctionService } from './services/cancel.auction.service';
import { PlaceBidService } from './services/place.bid.service';

@Module({
imports: [
Expand All @@ -33,6 +34,7 @@ import { CancelAuctionService } from './services/cancel.auction.service';
StartAuctionService,
CancelAuctionService,
AuctionHistoryService,
PlaceBidService,

AuctionEntityRepositoryProvider,
AuctionBidEntityRepositoryProvider,
Expand Down

0 comments on commit a974116

Please sign in to comment.