Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
luicfer committed Nov 18, 2015
1 parent f16b1c8 commit 8115819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model.js
Expand Up @@ -273,7 +273,7 @@ Model.prototype.findById = function (_id, callback, withJson) {
}

if (this.cache) {
return cache.getData(this.toshihiko.database, this.name, id, function (err, data) {
return this.cache.getData(this.toshihiko.database, this.name, id, function (err, data) {
if (err) {
data = []
}
Expand Down

0 comments on commit 8115819

Please sign in to comment.