[chore] Run code format

34b1fa2cffbef30e10b122bcc0502895b24893e1

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
src/endpoints/stable-diffusion.js+1 -1
@@ -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;
639639
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 }