VKAPI: remove last comma in counters (Users.get)

This commit is contained in:
Dmitry Tretyakov 2023-11-22 15:32:08 +07:00 committed by GitHub
parent 35bd3ad1e0
commit 050afab816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}