Merge pull request #5312 from mempool/mononaut/fix-enterprise-import

Fix broken enterpriseService import
This commit is contained in:
softsimon 2024-07-11 15:06:28 +09:00 committed by GitHub
commit f24223ca06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ import { ETA, EtaService } from '../../services/eta.service';
import { Transaction } from '../../interfaces/electrs.interface';
import { MiningStats } from '../../services/mining.service';
import { IAuth, AuthServiceMempool } from '../../services/auth.service';
import { EnterpriseService } from 'src/app/services/enterprise.service';
import { EnterpriseService } from '../../services/enterprise.service';
export type PaymentMethod = 'balance' | 'bitcoin' | 'cashapp';