fix find
This commit is contained in:
parent
610cdbdc19
commit
eea31ea42f
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue