Skip to content

Commit

Permalink
fix modules imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Dec 17, 2024
1 parent a8766c9 commit 2bb2590
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/endpoints/pool/pool.module.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import { Module } from "@nestjs/common";
import { PoolService } from "./pool.service";
import { TransactionActionModule } from "../transactions/transaction-action/transaction.action.module";

@Module({
imports: [
TransactionActionModule,
],
providers: [
PoolService,
],
Expand Down

0 comments on commit 2bb2590

Please sign in to comment.