Skip to content

Commit 34f4b65

Browse files
authored
Merge branch 'main' into qa
Signed-off-by: Krishna Waske <[email protected]>
2 parents 698b74e + 57f74e9 commit 34f4b65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/ledger/src/schema/schema.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ export class SchemaService extends BaseService {
360360
}
361361

362362
private async storeW3CSchemas(schemaDetails, user, orgId, attributes, alias): Promise<schema> {
363+
363364
let ledgerDetails;
364365
const schemaServerUrl = `${process.env.SCHEMA_FILE_SERVER_URL}${schemaDetails.schemaId}`;
365366
const schemaRequest = await this.commonService.httpGet(schemaServerUrl).then(async (response) => response);

0 commit comments

Comments
 (0)