fix: don't add null to typed stream (#3819)
This commit is contained in:
parent
5efaf8e7f2
commit
077bbb13f5
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ class UserController {
|
|||
),
|
||||
);
|
||||
} else {
|
||||
settingsUpdateStream.add(null);
|
||||
settingsUpdateStream.add(updatedProfile);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue