1
0
Fork 0

Adding Foxx access to agency

This commit is contained in:
Kaveh Vahedipour 2016-08-26 16:28:42 +02:00
parent 0b8b56a54a
commit fb6e651525
1 changed files with 0 additions and 2 deletions

View File

@ -140,8 +140,6 @@ static void JS_WriteAgent(v8::FunctionCallbackInfo<v8::Value> const& args) {
std::string("couldn't access agency feature: ") + e.what());
}
v8::Handle<v8::Object> r = v8::Object::New(isolate);
query_t query = std::make_shared<Builder>();
int res = TRI_V8ToVPack(isolate, *query, args[0], false);