mirror of
https://github.com/oceanprotocol/faucet.git
synced 2024-11-22 09:47:00 +01:00
bug fix
This commit is contained in:
parent
67f936889b
commit
8e39ae0a7b
@ -74,7 +74,7 @@ app.get("/send", async (req, res) => {
|
|||||||
success: true
|
success: true
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
console.error(err);
|
console.error(error);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user