We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe92cc7 commit f81dcffCopy full SHA for f81dcff
src/LiveComponent/assets/src/Backend/BackendResponse.ts
@@ -15,6 +15,6 @@ export default class {
15
}
16
17
async getBlob(): Promise<Blob> {
18
- return await this.response.blob();
+ return this.response.blob();
19
20
0 commit comments