We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9d24a commit e4749dbCopy full SHA for e4749db
solend-sdk/src/core/utils/utils.ts
@@ -29,7 +29,7 @@ export const parseRateLimiter = (
29
...convertedRateLimiter,
30
remainingOutflow: currentSlot
31
? remainingOutflow(currentSlot, convertedRateLimiter)
32
- : undefined,
+ : null,
33
};
34
35
0 commit comments