Skip to content

Commit 759dd3b

Browse files
committed
fix/change name in error for updateSchemaId
Signed-off-by: Sujit <[email protected]>
1 parent 3e00a4e commit 759dd3b

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
@@ -751,7 +751,7 @@ export class IssuanceRepository {
751751
}
752752
});
753753
} catch (error) {
754-
this.logger.error(`[saveSchemaIdIssuance] - error: ${JSON.stringify(error)}`);
754+
this.logger.error(`[updateSchemaIdByThreadId] - error: ${JSON.stringify(error)}`);
755755
throw error;
756756
}
757757
}

0 commit comments

Comments
 (0)