1 parent 0753385 commit 2e4501fCopy full SHA for 2e4501f
1 file changed
apps/sim/lib/knowledge/connectors/sync-primitives.ts
@@ -1152,7 +1152,6 @@ export async function processDocOps(input: ProcessDocOpsInput): Promise<boolean>
1152
connectorId,
1153
externalId: deferredOps[i].extDoc.externalId,
1154
error: diagnostic?.message ?? SOURCE_CONTENT_ERROR,
1155
- cause: toError(outcome.reason).message,
1156
diagnostic,
1157
})
1158
}
@@ -1276,7 +1275,6 @@ export async function processDocOps(input: ProcessDocOpsInput): Promise<boolean>
1276
1275
1277
externalId: batch[j].extDoc.externalId,
1278
1279
1280
1281
1282
0 commit comments