Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge cd5b0c4 into 5873328
Browse files Browse the repository at this point in the history
  • Loading branch information
navillasa committed Feb 26, 2018
2 parents 5873328 + cd5b0c4 commit 85fa6f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/landlord.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ Landlord.prototype._recordSuccessTime = function(job) {
}

contact.recordPoints(points.REQUEST_SUCCESS);
contact.recordLastSeen();
contact.recordResponseTime(responseTime).save((err) => {
if (err) {
this._logger.warn('recordSuccessTime: Unable to save contact %s ' +
Expand Down

0 comments on commit 85fa6f1

Please sign in to comment.