mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Fix typehint in Account.getAppPermissions which caused 500
This commit is contained in:
parent
52026aca26
commit
f3009d71e7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ final class Account extends VKAPIRequestHandler
|
|||
return 1;
|
||||
}
|
||||
|
||||
function getAppPermissions(): object
|
||||
function getAppPermissions(): int
|
||||
{
|
||||
return 9355263;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue