Skip to content

Commit

Permalink
feat(aeria-sdk): add upload() function to SDK (lint fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Dec 16, 2024
1 parent 828e314 commit 39fa124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aeria-sdk/src/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const uploader = (config: InstanceConfig) => (bearerToken?: string) => as
'x-stream-request': '1',
'content-type': params.type,
} as Record<string, string>,
}
},
} satisfies RequestConfig

if( bearerToken ) {
Expand Down

0 comments on commit 39fa124

Please sign in to comment.