Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Aug 5, 2024
1 parent fbefaa1 commit 6a4be05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/media-utils/src/utils/sideloadMedia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ interface SideloadMediaArgs {
* @param $0.attachmentId Parent attachment ID.
* @param $0.additionalData Additional data to include in the request.
* @param $0.signal Abort signal.
* @param $0.onFileChange
* @param $0.onFileChange Function called each time a file or a temporary representation of the file is available.
* @param $0.onError Function called when an error happens.
*/
export async function sideloadMedia( {
file,
Expand Down

0 comments on commit 6a4be05

Please sign in to comment.