Don't send the header

This commit is contained in:
Michael 2022-12-12 03:13:24 +00:00
parent a2f386cd2f
commit 5312b23f03
4 changed files with 23 additions and 12 deletions

View file

@ -110,10 +110,10 @@ class Lists extends ContactEndpoint
$ids = array_reverse($ids);
}
self::setLinkHeader();
$return = self::list($ids, $total_count, $uid, $cursor, $count, $skip_status, $include_user_entities);
$this->response->setHeader(self::getLinkHeader());
$this->response->exit('lists', ['lists' => $return]);
}
}