mirror of
https://github.com/openvk/openvk
synced 2024-12-22 16:42:32 +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),
|
"photos_count" => (new Albums)->getUserPhotosCount($usr),
|
||||||
"videos_count" => (new Videos)->getUserVideosCount($usr),
|
"videos_count" => (new Videos)->getUserVideosCount($usr),
|
||||||
"audios_count" => (new Audios)->getUserCollectionSize($usr),
|
"audios_count" => (new Audios)->getUserCollectionSize($usr),
|
||||||
"notes_count" => (new Notes)->getUserNotesCount($usr),
|
"notes_count" => (new Notes)->getUserNotesCount($usr)
|
||||||
];
|
];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue