[chore] Run code format
| @@ -637,7 +637,7 @@ together.post('/generate', jsonParser, async (request, response) => { | |||
| 637 | const choice = data?.data?.[0]; | 637 | const choice = data?.data?.[0]; |
| 638 | let b64_json = choice.b64_json; | 638 | let b64_json = choice.b64_json; |
| 639 | 639 | ||
| 640 | if(! b64_json) { | 640 | if (!b64_json) { |
| 641 | const buffer = await (await fetch(choice.url)).buffer(); | 641 | const buffer = await (await fetch(choice.url)).buffer(); |
| 642 | b64_json = buffer.toString('base64'); | 642 | b64_json = buffer.toString('base64'); |
| 643 | } | 643 | } |