Skip to content

Commit faea737

Browse files
committed
Changes merge function return type
1 parent 2c6305e commit faea737

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

output.pdf

0 Bytes
Binary file not shown.

output_helper.pdf

0 Bytes
Binary file not shown.

output_merged.pdf

34 Bytes
Binary file not shown.

src/Client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export class FileForgeClient {
109109
files: File[] | fs.ReadStream[],
110110
request: FileForge.MergeRequest,
111111
requestOptions?: FileForgeClient.RequestOptions
112-
): Promise<any> {
112+
): Promise<stream.Readable> {
113113
const _request = core.newFormData();
114114
const options = await serializers.GenerateRequestOptions.jsonOrThrow(request.options, {
115115
unrecognizedObjectKeys: "passthrough",

0 commit comments

Comments
 (0)