Skip to content

Commit

Permalink
Fix missing cover-photo error log (#11512)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson authored Mar 5, 2025
1 parent b2cf065 commit d05de12
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/discovery-provider/src/schemas/user_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@
"type": ["string", "null"],
"default": null
},
"profile_picture": {
"type": ["string", "null"],
"default": null
},
"profile_picture_sizes": {
"type": ["string", "null"],
"default": null
},
"cover_photo": {
"type": ["string", "null"],
"default": null
},
"cover_photo_sizes": {
"type": ["string", "null"],
"default": null
Expand Down Expand Up @@ -88,11 +96,9 @@
},
"required": [
"bio",
"cover_photo",
"cover_photo_sizes",
"location",
"name",
"profile_picture",
"profile_picture_sizes",
"artist_pick_track_id"
],
Expand Down

0 comments on commit d05de12

Please sign in to comment.