Skip to content

Commit a69b366

Browse files
SP-15753: update return value
1 parent b77fc08 commit a69b366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ext/document-reader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class DocumentReaderApi {
115115
* @param {*} [options] Override http request option.
116116
* @throws {RequiredError}
117117
*/
118-
async getReprocessTransactionResult(transactionId: number, withImages?: boolean, options?: any) {
118+
async getReprocessTransactionResult(transactionId: number, withImages?: boolean, options?: any): Promise<Response> {
119119
const axiosResult = await this.transactionApi.apiV2TransactionTransactionIdResultsGet(
120120
transactionId,
121121
withImages,

0 commit comments

Comments
 (0)