feature(main) sendResponse: params, data, notLog -> data, params, notLog

This commit is contained in:
coderaiser 2014-08-13 09:13:25 -04:00
parent 391db5f83f
commit 73fa821b37
3 changed files with 8 additions and 9 deletions

View file

@ -257,7 +257,7 @@
if (error)
main.sendError(error, p);
else
main.sendResponse(p, data, NOT_LOG);
main.sendResponse(data, p, NOT_LOG);
});
});
}