We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee8548 commit 30ef9ffCopy full SHA for 30ef9ff
lib/model.js
@@ -10,7 +10,7 @@ function model(data) {
10
}
11
12
function get() {
13
- return models[this.modelName];
+ return models[this.modelName] || {};
14
15
16
0 commit comments