- Notifications
You must be signed in to change notification settings - Fork673
Commit3ba27ff
committed
fix: update user's bool data and avatar
If we want to update email, avatar and do not send emailconfirmation change (`skip_reconfirmation` = True), `MultipartEncoder`will try to encode everything except None and bytes. So it tries to encode bools.Casting bool's values to their stringified int representation fix it.1 parent60c5fd8 commit3ba27ff
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
508 | 514 |
| |
509 | 515 |
| |
510 | 516 |
| |
|
0 commit comments
Comments
(0)