We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d012f5 commit d9c3a75Copy full SHA for d9c3a75
1 file changed
services/apps/pcc_sync_worker/src/consumer/pccProjectConsumer.ts
@@ -111,13 +111,7 @@ export class PccProjectConsumer {
111
}
112
113
114
- log.warn(
115
- { jobId: job.id, details: errorDetails },
116
- 'Row schema mismatch — skipping',
117
- )
118
- if (!this.dryRun) {
119
- await insertSyncError(
120
- tx,
+ log.warn( (!this.dryRun) { await insertSyncError( tx,
121
parsed.pccProjectId ?? null,
122
parsed.pccSlug ?? null,
123
'SCHEMA_MISMATCH',
0 commit comments