Skip to content

Commit 9837629

Browse files
committed
fix: use hf threshold in scanner
1 parent 1b5b416 commit 9837629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/Scanner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class Scanner {
105105
accounts = await this.caService.getCreditAccounts(
106106
{
107107
minHealthFactor: 0,
108-
maxHealthFactor: 65_535,
108+
maxHealthFactor: Number(this.config.hfThreshold),
109109
includeZeroDebt: false,
110110
creditManager: this.config.debugManager,
111111
},

0 commit comments

Comments
 (0)