mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
VKAPI: remove last comma in counters
(Users.get
)
This commit is contained in:
parent
35bd3ad1e0
commit
050afab816
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ final class Users extends VKAPIRequestHandler
|
|||
"photos_count" => (new Albums)->getUserPhotosCount($usr),
|
||||
"videos_count" => (new Videos)->getUserVideosCount($usr),
|
||||
"audios_count" => (new Audios)->getUserCollectionSize($usr),
|
||||
"notes_count" => (new Notes)->getUserNotesCount($usr),
|
||||
"notes_count" => (new Notes)->getUserNotesCount($usr)
|
||||
];
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue