Format project

This commit is contained in:
Kurt Hutten
2021-11-30 15:23:16 +11:00
parent 172e19165f
commit fac1968a74
9 changed files with 28 additions and 19 deletions

View File

@@ -38,8 +38,7 @@ export const render = async ({ code, settings }: RenderArgs) => {
}
const blob = await response.blob()
const text = await new Response(blob).text()
const { consoleMessage, type } =
splitGziped(text)
const { consoleMessage, type } = splitGziped(text)
return createHealthyResponse({
type: type !== 'stl' ? 'png' : 'geometry',
data: