Skip to content

Commit

Permalink
Merge branch 'revert-d0122081' into 'master'
Browse files Browse the repository at this point in the history
Revert "Merge branch 'aj/share' into 'master'"

See merge request Tanker/sdk-js!336
  • Loading branch information
Alois committed Aug 2, 2019
2 parents d012208 + 5adc0f1 commit 034f8b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/filekit/src/FileKit.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ export default class FileKit {
return this.tanker.download(...args);
}

async share(...args: any) {
return this.tanker.share(...args);
}

async downloadToDisk(...args: any) {
const file = await this.download(...args);
saveToDisk(file);
Expand Down

0 comments on commit 034f8b0

Please sign in to comment.