Skip to content

Commit 05ccf89

Browse files
authored
Merge pull request #34 from SignPath/feature/SIGN-7471
SIGN-7471 - fix server logs forwarding
2 parents 6600f2c + 9af3387 commit 05ccf89

File tree

1 file changed

+1
-1
lines changed
  • actions/submit-signing-request

1 file changed

+1
-1
lines changed

actions/submit-signing-request/task.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class Task {
7272
const connectorResponse = e.response as AxiosResponse<SubmitSigningRequestResult>;
7373

7474
if(connectorResponse.data.error) {
75-
this.redirectConnectorLogsToActionLogs(response.logs);
75+
this.redirectConnectorLogsToActionLogs(connectorResponse.data.logs);
7676
// when an error occurs in the validator the error details are in the validationResult
7777
this.checkCiSystemValidationResult(connectorResponse.data.validationResult);
7878
throw new Error(connectorResponse.data.error);

0 commit comments

Comments
 (0)