We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d491e commit d5fd8a3Copy full SHA for d5fd8a3
src/api/admin/admin.module.ts
@@ -5,10 +5,10 @@ import { TaxFormRepository } from '../repository/taxForm.repo';
5
import { PaymentMethodRepository } from '../repository/paymentMethod.repo';
6
import { WinningsRepository } from '../repository/winnings.repo';
7
import { TopcoderModule } from 'src/shared/topcoder/topcoder.module';
8
-import { PaymentsService } from 'src/shared/payments';
+import { PaymentsModule } from 'src/shared/payments';
9
10
@Module({
11
- imports: [TopcoderModule, PaymentsService],
+ imports: [TopcoderModule, PaymentsModule],
12
controllers: [AdminController],
13
providers: [
14
AdminService,
0 commit comments