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

Commit

Permalink
fixed #24
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jan 22, 2015
1 parent 8605ad5 commit 94b77f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mainStoresDescriptions.js
Expand Up @@ -44,7 +44,7 @@ module.exports = {
Router: {
local: true,
readSingleItem: function(item, callback) {
callback(null, item.oldData);
callback(null, item.oldData || null);
}
},

Expand Down

0 comments on commit 94b77f2

Please sign in to comment.