We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f53204c + c010e13 commit 8308ad0Copy full SHA for 8308ad0
src/services/confirmation-statement/service.ts
@@ -105,7 +105,7 @@ export default class {
105
const resp: HttpResponse =
106
await this.client.httpPost(`${baseUrl}/${confirmationStatementId}`,
107
this.mapToConfirmationStatementSubmissionResource(csSubmission));
108
- const sicCodes = csSubmission.data?.sicCodeData.sicCode || [];
+ const sicCodes = csSubmission.data?.sicCodeData?.sicCode || [];
109
110
this.validateSicCodes(sicCodes);
111
0 commit comments