Skip to content

Commit

Permalink
feat: fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Stainless Bot committed Nov 5, 2024
1 parent b8ce4ae commit 045f8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class Files extends APIResource {
* Upload a file.
*/
upload(_: string): Promise<void> {
throw "please use together-ai/lib/upload";
throw 'please use together-ai/lib/upload';
}
}

Expand Down

0 comments on commit 045f8dd

Please sign in to comment.