Skip to content

Commit 12adae9

Browse files
committed
fix: rm error field in type
1 parent 96d00b6 commit 12adae9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • services/apps/organizations_enrichment_worker/src/sources/internal-api

services/apps/organizations_enrichment_worker/src/sources/internal-api/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ export interface IOrganizationIdentitiesInternalAPI {
2626
export interface IOrganizationEnrichmentDataInternalAPIResponse {
2727
profile: IOrganizationEnrichmentDataInternalAPI
2828
research_confidence?: 'low' | 'medium' | 'high'
29-
error?: any
3029
}

0 commit comments

Comments
 (0)