This commit is contained in:
boufni95 2024-08-29 22:41:10 +02:00
parent 610cdbdc19
commit eea31ea42f

View file

@ -44,7 +44,7 @@ export class LiquidityStorage {
} }
async GetTrackedProviders() { async GetTrackedProviders() {
return this.DB.getRepository(TrackedProvider).find() return this.DB.getRepository(TrackedProvider).find({})
} }
async GetTrackedProvider(providerType: 'lnd' | 'lnPub', pub: string) { async GetTrackedProvider(providerType: 'lnd' | 'lnPub', pub: string) {