Skip to content

Commit

Permalink
fix getFile method
Browse files Browse the repository at this point in the history
  • Loading branch information
genaromadrid committed Feb 22, 2024
1 parent 08e3909 commit bdef4e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api-client/src/Document/Document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class DocumentModel extends Model<DocumentResponse> {
return this.request<Buffer>({
method: 'GET',
url: `${params.documentId}/${params.type}`,
responseType: 'arraybuffer',
});
}

Expand Down

0 comments on commit bdef4e3

Please sign in to comment.