Skip to content

Commit

Permalink
Changes merge function return type
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredge committed May 27, 2024
1 parent 2c6305e commit faea737
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified output.pdf
Binary file not shown.
Binary file modified output_helper.pdf
Binary file not shown.
Binary file modified output_merged.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class FileForgeClient {
files: File[] | fs.ReadStream[],
request: FileForge.MergeRequest,
requestOptions?: FileForgeClient.RequestOptions
): Promise<any> {
): Promise<stream.Readable> {
const _request = core.newFormData();
const options = await serializers.GenerateRequestOptions.jsonOrThrow(request.options, {
unrecognizedObjectKeys: "passthrough",
Expand Down

0 comments on commit faea737

Please sign in to comment.