Skip to content

Commit

Permalink
revert unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Apr 5, 2023
1 parent 26fb417 commit 9f61685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upload-client/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export async function uploadCAR(conf, car, options = {}) {
* @param {import('./types').UploadOptions} [options]
* @returns {Promise<import('./types').AnyLink>}
*/
export async function uploadBlockStream(conf, blocks, options = {}) {
async function uploadBlockStream(conf, blocks, options = {}) {
/** @type {import('./types').CARLink[]} */
const shards = []
/** @type {import('./types').AnyLink?} */
Expand Down

0 comments on commit 9f61685

Please sign in to comment.