mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Fix #4199
This commit is contained in:
@@ -108,9 +108,6 @@ class AccountUpdateService
|
||||
*/
|
||||
private function updateLocation(Account $account, array $data): void {
|
||||
$updateLocation = $data['update_location'] ?? false;
|
||||
|
||||
|
||||
|
||||
// location must be updated?
|
||||
if (true === $updateLocation) {
|
||||
// if all set to NULL, delete
|
||||
|
Reference in New Issue
Block a user