commit
aba309943c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export class LiquidityStorage {
|
|||
}
|
||||
|
||||
async GetTrackedProviders() {
|
||||
return this.DB.getRepository(TrackedProvider).find()
|
||||
return this.DB.getRepository(TrackedProvider).find({})
|
||||
}
|
||||
|
||||
async GetTrackedProvider(providerType: 'lnd' | 'lnPub', pub: string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue