mirror of
https://github.com/openvk/openvk
synced 2025-01-12 19:13:20 +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;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
function getAppPermissions(): object
|
function getAppPermissions(): int
|
||||||
{
|
{
|
||||||
return 9355263;
|
return 9355263;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue