Skip to content

Commit

Permalink
feat: make rolesPerFeature public
Browse files Browse the repository at this point in the history
  • Loading branch information
monitz87 committed Oct 27, 2019
1 parent d70df68 commit bc79581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/SecurityToken/Permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export class Permissions extends SubModule {
});
};

private rolesPerFeature = {
public rolesPerFeature = {
[Feature.Permissions]: [SecurityTokenRole.PermissionsAdministrator],
[Feature.Shareholders]: [SecurityTokenRole.ShareholdersAdministrator],
[Feature.Erc20Dividends]: [
Expand Down

0 comments on commit bc79581

Please sign in to comment.