Skip to content

Commit

Permalink
update(remove minimum downpayment in dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermake committed Nov 5, 2024
1 parent 5bd0fde commit dc430af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/common/utils/AppUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,11 @@ export class AppUtils {
};
};

if (isDev()) {
for (const key in json) {
json[key].min = DOWNPAYMENT_RANGE_DEV;
}
}
// if (isDev()) {
// for (const key in json) {
// json[key].min = DOWNPAYMENT_RANGE_DEV;
// }
// }

return json;
}
Expand Down

0 comments on commit dc430af

Please sign in to comment.