in client/src/main.js [53:58]
function addParams(a, b) { for (var key in b) if (b.hasOwnProperty(key)) a[key] = b[key]; return a; }