Remove method from list

This commit is contained in:
blagoev 2017-07-03 17:18:03 +03:00
parent 42e03e038d
commit 73c861dc74
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ export default class User {
createMethods(User.prototype, objectTypes.USER, [
'logout',
'_sessionForOnDiskPath',
'retrieveAccount'
'_sessionForOnDiskPath'
]);
export function createUser(realmId, info) {