Skip to content

Commit

Permalink
Merge pull request #228 from snow-actions/chunked-media-upload
Browse files Browse the repository at this point in the history
Chunked media upload
  • Loading branch information
SnowCait committed Aug 13, 2022
2 parents 8a21254 + f28f258 commit eb205ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/upload-media.ts
Expand Up @@ -27,7 +27,6 @@ export async function uploadMedia(mediaPaths: string[]): Promise<string[]> {
}).v1

const mediaIds = mediaPaths.map(async path => {
// TODO: chunked
return await client.uploadMedia(path)
})

Expand Down

0 comments on commit eb205ca

Please sign in to comment.