Navigation Menu

Skip to content

Commit

Permalink
groonga: Define missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent 145326a commit ecd417d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapter/api/groonga/index.js
Expand Up @@ -5,7 +5,7 @@ function handleHTTPRequest(request, connection) {
connection.emit(request.params.commandName, request.query);
}

function handleLoadHTTPRequest(request, connection) {
function handleLoadHTTPRequest(request, connection, response) {
var loader = new Loader(request, response, connection, this.logger);
loader.run();
}
Expand Down

0 comments on commit ecd417d

Please sign in to comment.