Skip to content

Commit

Permalink
Issue #SB-10153 fix: Custodian org id issue fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
swayangjit committed Jan 9, 2019
1 parent 9384207 commit 87e83bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/framework/framework.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class FrameworkService {
updatedFrameworkResponseBody: any = {};
currentFrameworkCategories: Array<any> = [];
currentFrameworkId: string = '';
SYSTEM_SETING_CUSTODIAN_ORG_ID = 'custodianRootOrgId';
SYSTEM_SETING_CUSTODIAN_ORG_ID = 'custodianOrgId';

constructor(
private factory: ServiceProvider,
Expand Down

0 comments on commit 87e83bb

Please sign in to comment.