Skip to content

Commit ee74a72

Browse files
refactor(OUT-4067): make AssemblyAPI.getSDK private, drop redundant await
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 1e1aac9 commit ee74a72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/assemblyAPI.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ export class AssemblyAPI {
8585
return await resp.json()
8686
}
8787

88-
async getSDK() {
89-
return await this.assembly
88+
private getSDK() {
89+
return this.assembly
9090
}
9191

9292
// NOTE: Any method prefixed with _ is a API method that doesn't implement retry & delay

0 commit comments

Comments
 (0)