Skip to content

Commit 05544d5

Browse files
authored
lint
1 parent 911d86d commit 05544d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/inference/src/providers/providerHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export abstract class TaskProviderHelper {
115115
* Prepare the headers for the request
116116
*/
117117
prepareHeaders(params: HeaderParams, isBinary: boolean): Record<string, string> {
118-
const headers: Record<string, string> = { };
118+
const headers: Record<string, string> = {};
119119
if (params.authMethod !== "none") {
120120
headers["Authorization"] = `Bearer ${params.accessToken}`;
121121
}

0 commit comments

Comments
 (0)