forked from organicmaps/organicmaps
build fix
This commit is contained in:
parent
8f4fbad8ab
commit
7be8a52d66
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ bool RunSimpleHttpRequest(bool const needAuth, string const & url, string & resu
|
|||
string MakeApiUrl(string const & func, initializer_list<pair<string, string>> const & params,
|
||||
bool testing)
|
||||
{
|
||||
ASSERT(!params.empty(), ());
|
||||
ASSERT_NOT_EQUAL(params.size(), 0, ());
|
||||
|
||||
ostringstream os;
|
||||
os << kBookingApiBaseUrl << "." << func << "?";
|
||||
|
|
Loading…
Add table
Reference in a new issue