Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
setTimeout(() => {
exportFromJSON({
data: encrypt(privateKey, password),
fileName: `UTC--${utcNow()}--${address}`,
exportType: "json"
});
this.setState({ exporting: false });
}, 1);
});