Skip to content

Commit d9c3a75

Browse files
committed
fix: lint
Signed-off-by: Uroš Marolt <uros@marolt.me>
1 parent 3d012f5 commit d9c3a75

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

services/apps/pcc_sync_worker/src/consumer/pccProjectConsumer.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,7 @@ export class PccProjectConsumer {
111111
}
112112
}
113113

114-
log.warn(
115-
{ jobId: job.id, details: errorDetails },
116-
'Row schema mismatch — skipping',
117-
)
118-
if (!this.dryRun) {
119-
await insertSyncError(
120-
tx,
114+
log.warn( (!this.dryRun) { await insertSyncError( tx,
121115
parsed.pccProjectId ?? null,
122116
parsed.pccSlug ?? null,
123117
'SCHEMA_MISMATCH',

0 commit comments

Comments
 (0)