Skip to content

Commit c4b4c7b

Browse files
authored
Merge pull request #1409 from credebl/fix/dco_fix_via_remediation
fix: Dco through remediation for develop branch
2 parents b19590c + 5e650c2 commit c4b4c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/issuance/src/issuance.repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ export class IssuanceRepository {
789789
}
790790
});
791791
} catch (error) {
792-
this.logger.error(` [updateSchemaIdByThreadId] - error: ${JSON.stringify(error)}`);
792+
this.logger.error(`[updateSchemaIdByThreadId] - error: ${JSON.stringify(error)}`);
793793
throw error;
794794
}
795795
}

0 commit comments

Comments
 (0)