Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
charlykeyko committed Mar 13, 2024
1 parent 9f0a8df commit 98e5ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/checkApplications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const checkApplication = async (
lastRequestAllowance["Allocation Amount"],
);

if (margin < 0.25) {
if (margin > 0.25) {
logGeneral(
`${config.logPrefix} ${
application.ID
Expand Down

0 comments on commit 98e5ed8

Please sign in to comment.