Skip to content

Commit e4749db

Browse files
committed
change parse
1 parent dd9d24a commit e4749db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solend-sdk/src/core/utils/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const parseRateLimiter = (
2929
...convertedRateLimiter,
3030
remainingOutflow: currentSlot
3131
? remainingOutflow(currentSlot, convertedRateLimiter)
32-
: undefined,
32+
: null,
3333
};
3434
};
3535

0 commit comments

Comments
 (0)