change rank function
This commit is contained in:
@@ -63,7 +63,8 @@ implements FrontworkComponent<UserManagerIfc, UserManagerFeatureIfc>, IUserManag
|
|||||||
name: 'modifyPermissions' as 'modifyPermissions',
|
name: 'modifyPermissions' as 'modifyPermissions',
|
||||||
exportRPCs: () => [
|
exportRPCs: () => [
|
||||||
this.getPermissions,
|
this.getPermissions,
|
||||||
this.setPermission
|
this.setPermission,
|
||||||
|
this.changeRank
|
||||||
]
|
]
|
||||||
},{
|
},{
|
||||||
name: 'softreserveCurrency' as 'softreserveCurrency',
|
name: 'softreserveCurrency' as 'softreserveCurrency',
|
||||||
|
|||||||
Reference in New Issue
Block a user