summaryrefslogtreecommitdiffstats
path: root/external/newsapi.php
diff options
context:
space:
mode:
Diffstat (limited to 'external/newsapi.php')
-rw-r--r--external/newsapi.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/newsapi.php b/external/newsapi.php
index c5fd5e567..f0f49f9da 100644
--- a/external/newsapi.php
+++ b/external/newsapi.php
@@ -67,6 +67,7 @@ class NewsAPI extends Controller {
*/
public function cleanUp() {
$this->updater->cleanUp();
+ return new JSONResponse();
}