Skip to content

Commit

Permalink
[api] add member info to validation function
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Aug 27, 2015
1 parent 4fd1b35 commit b418924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ if (cluster.isMaster) {
common.returnMessage(params, 401, 'App does not exist');
return false;
}
params.member = member;
params.app_id = app['_id'];
params.appTimezone = app['timezone'];
params.time = common.initTimeObj(params.appTimezone, params.qstring.timestamp);
Expand Down

0 comments on commit b418924

Please sign in to comment.