Skip to content

Commit 0d758bf

Browse files
committed
hotfix cloud api create terminal data type
1 parent e02eb1b commit 0d758bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/lib/platform-api/cloud/cloud-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ export class CloudAPI extends AbstractPlatformAPI {
397397
throw new Error("Failed to create terminal");
398398
}
399399

400-
const data = await response.text();
400+
const data = await response.json();
401401
return data;
402402
}
403403
}

0 commit comments

Comments
 (0)