Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
🐛 Change profilePicture to Url suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Sep 3, 2020
1 parent 27baa6e commit 3a0f0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/controllers/groups/_id/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class GroupController {
autoJoinDomain: Joi.boolean(),
onlyAllowDomain: Joi.boolean(),
ipRestrictions: Joi.string(),
profilePicture: Joi.string(),
profilePictureUrl: Joi.string(),
},
"body"
)
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/users/_id/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class UserController {
prefersColorScheme: Joi.string()
.allow("NO_PREFERENCE", "LIGHT", "DARK")
.only(),
profilePicture: Joi.string(),
profilePictureUrl: Joi.string(),
checkLocationOnLogin: Joi.boolean(),
},
"body"
Expand Down

0 comments on commit 3a0f0c4

Please sign in to comment.