Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2021-06-14 17:14:27 +0300
committerAnna Larch <anna@nextcloud.com>2021-06-15 11:09:02 +0300
commit3e15c706aa554df9196cad9b7e5cd8511867bc19 (patch)
tree7e1dc39efc2b9afd472444e95ec2ae667a39f898 /lib/Service
parent574f1f010106cb850c6a4f0eeff3a0a815593a10 (diff)
Add validation to account patching
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'lib/Service')
-rw-r--r--lib/Service/AccountService.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Service/AccountService.php b/lib/Service/AccountService.php
index 13462ff2d..5a6112165 100644
--- a/lib/Service/AccountService.php
+++ b/lib/Service/AccountService.php
@@ -70,7 +70,6 @@ class AccountService {
return $this->accounts = array_map(function ($a) {
return new Account($a);
}, $this->mapper->findByUserId($currentUserId));
- ;
}
return $this->accounts;