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.
upsertWithWhere
1 parent a673a38 commit d4e0efcCopy full SHA for d4e0efc
lib/persisted-model.js
@@ -123,7 +123,7 @@ module.exports = function(registry) {
123
* If there is a single instance retrieved, update the retrieved model.
124
* Creates a new model if no model instances were found.
125
* Returns an error if multiple instances are found.
126
- * * @param {Object} [where] `where` filter, like
+ * @param {Object} [where] `where` filter, like
127
* ```
128
* { key: val, key2: {gt: 'val2'}, ...}
129
0 commit comments