fix: remove unused variable
This commit is contained in:
parent
e067e88639
commit
6f1b16146f
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ relays::get_all(const HttpRequestPtr &req, std::function<void(const HttpResponse
|
||||||
all_relays_json.append(all_relays[i]->to_json());
|
all_relays_json.append(all_relays[i]->to_json());
|
||||||
}
|
}
|
||||||
|
|
||||||
Json::StreamWriterBuilder jw;
|
|
||||||
|
|
||||||
auto resp = HttpResponse::newHttpJsonResponse(all_relays_json);
|
auto resp = HttpResponse::newHttpJsonResponse(all_relays_json);
|
||||||
|
|
||||||
callback(resp);
|
callback(resp);
|
||||||
|
|
Loading…
Reference in a new issue