mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 14:52:38 +00:00
Print page can now load from local storage
This commit is contained in:
@@ -12,7 +12,7 @@ var HomebrewSchema = mongoose.Schema({
|
||||
updatedAt : { type: Date, default: Date.now},
|
||||
lastViewed : { type: Date, default: Date.now},
|
||||
views : {type:Number, default:0}
|
||||
});
|
||||
}, { versionKey: false });
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user