Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Hank G 2023-02-24 08:47:37 -05:00 committed by GitHub
parent 5e8acbf534
commit c0741be417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -690,14 +690,14 @@ On success a list of photo album objects:
```json ```json
[ [
{ {
"name": "Wall Photos", "name": "Wall Photos",
"created": "2023-01-22 02:03:19", "created": "2023-01-22 02:03:19",
"count": 4 "count": 4
}, },
{ {
"name": "Profile photos", "name": "Profile photos",
"created": "2022-11-20 14:40:06", "created": "2022-11-20 14:40:06",
"count": 1 "count": 1
} }
] ]
``` ```