fixed linting spacing issue

This commit is contained in:
Edward Kim 2024-08-10 13:12:57 -04:00
parent 08d5a2826f
commit 59c66353a9
1 changed files with 0 additions and 5 deletions

View File

@ -984,11 +984,6 @@ blockentropy.post('/generate', jsonParser, async (request, response) => {
const data = await result.json(); const data = await result.json();
console.log('Block Entropy response:', data); console.log('Block Entropy response:', data);
//if (data.status !== 'finished') {
// console.log('Block Entropy job failed.');
// return response.sendStatus(500);
//}
return response.send(data); return response.send(data);
} catch (error) { } catch (error) {
console.log(error); console.log(error);