Skip to content
Snippets Groups Projects
Commit 5c1c3b70 authored by Nicoleta Ursu's avatar Nicoleta Ursu
Browse files

fix: app crash on profile picture change

parent 332d5490
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ class User extends BaseModel { ...@@ -75,7 +75,7 @@ class User extends BaseModel {
type: ['string', 'object', 'null'], type: ['string', 'object', 'null'],
format: 'date-time', format: 'date-time',
}, },
profilePicture: { type: ['boolean', 'null'] }, profilePicture: { type: ['string', 'null'] },
}, },
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment