mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
Update deposit-and-borrow.ts
This commit is contained in:
parent
204e7abb8e
commit
e87acafd6c
|
@ -30,7 +30,7 @@ export default defineStrategy({
|
|||
}
|
||||
|
||||
if (!input.value) {
|
||||
return "Deb amount is required";
|
||||
return "Debt amount is required";
|
||||
}
|
||||
|
||||
// if (input.token.balance < input.value) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user