1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-05-11 13:34:06 +02:00

remove doubled execute

Signed-off-by: anoy <anoymouserver+github@mailbox.org>
This commit is contained in:
anoy 2020-10-03 17:48:58 +02:00 committed by Benjamin Brahmer
parent 2f9fbf9491
commit d1b0e299f1

View File

@ -73,7 +73,6 @@ abstract class NewsMapperV2 extends QBMapper
$builder = $this->db->getQueryBuilder();
$builder->delete($this->tableName)
->where('deleted_at != 0')
->execute()
->execute();
}