Skip to content

Commit 9af3387

Browse files
SIGN-7471 - fix server logs forwarding
1 parent f675268 commit 9af3387

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)