mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
fixed linting spacing issue
This commit is contained in:
parent
08d5a2826f
commit
59c66353a9
@ -984,11 +984,6 @@ blockentropy.post('/generate', jsonParser, async (request, response) => {
|
||||
const data = await result.json();
|
||||
console.log('Block Entropy response:', data);
|
||||
|
||||
//if (data.status !== 'finished') {
|
||||
// console.log('Block Entropy job failed.');
|
||||
// return response.sendStatus(500);
|
||||
//}
|
||||
|
||||
return response.send(data);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user