Skip to content

Commit 5380c81

Browse files
kaikatostainless-app[bot]
authored andcommitted
fix(api): formatting fix for lint error
1 parent 5a8017c commit 5380c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resources/speech.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ export class Speech extends APIResource {
6060
});
6161
}
6262

63-
sessions: Sessions = new Sessions(this._client)
64-
;
6563
/**
6664
* Generates speech from text and returns a JSON object that contains a
6765
* **base64-encoded audio string** and optionally word-level durations
@@ -82,6 +80,8 @@ export class Speech extends APIResource {
8280
): Core.APIPromise<SpeechGenerateDetailedResponse> {
8381
return this._client.post('/v1/ai/speech', { body, ...options });
8482
}
83+
84+
sessions: Sessions = new Sessions(this._client);
8585
}
8686

8787
export interface SpeechGenerateDetailedResponse {

0 commit comments

Comments
 (0)