Skip to content

Commit b19590c

Browse files
authored
Third-Party DCO Remediation Commit for sujitaw <[email protected]> (#1407)
On behalf of sujitaw <[email protected]>, I, Sujit <[email protected]>, hereby add my Signed-off-by to this commit: 79ada17 On behalf of sujitaw <[email protected]>, I, Sujit <[email protected]>, hereby add my Signed-off-by to this commit: bdb89f2 Signed-off-by: Sujit <[email protected]>
1 parent bdb89f2 commit b19590c

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)