mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 12:45:50 +00:00
Fix disconnect in several js examples
This commit is contained in:
@@ -32,7 +32,7 @@ async function main() {
|
||||
})
|
||||
|
||||
// Disconnect when done so Node.js can end the process
|
||||
client.disconnect()
|
||||
await client.disconnect()
|
||||
}
|
||||
|
||||
// call the async function
|
||||
|
||||
Reference in New Issue
Block a user