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.
1 parent 7f415b8 commit c010e13Copy full SHA for c010e13
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