fix: don't add null to typed stream (#3819)

pull/2245/head
ggurdin 2 months ago committed by GitHub
parent 5efaf8e7f2
commit 077bbb13f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -131,7 +131,7 @@ class UserController {
),
);
} else {
settingsUpdateStream.add(null);
settingsUpdateStream.add(updatedProfile);
}
}

Loading…
Cancel
Save