mirror of
https://github.com/oceanprotocol/faucet.git
synced 2024-11-22 01:36:57 +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
|
||||
});
|
||||
} else {
|
||||
console.error(err);
|
||||
console.error(error);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user