Skip to content

Commit f81dcff

Browse files
smnandreKocal
andauthored
Prefer return instead of return await
Co-authored-by: Hugo Alliaume <hugo@alliau.me>
1 parent fe92cc7 commit f81dcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/assets/src/Backend/BackendResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ export default class {
1515
}
1616

1717
async getBlob(): Promise<Blob> {
18-
return await this.response.blob();
18+
return this.response.blob();
1919
}
2020
}

0 commit comments

Comments
 (0)