Skip to content

Commit d4e0efc

Browse files
committed
Fix broken document for upsertWithWhere
1 parent a673a38 commit d4e0efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/persisted-model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ module.exports = function(registry) {
123123
* If there is a single instance retrieved, update the retrieved model.
124124
* Creates a new model if no model instances were found.
125125
* Returns an error if multiple instances are found.
126-
* * @param {Object} [where] `where` filter, like
126+
* @param {Object} [where] `where` filter, like
127127
* ```
128128
* { key: val, key2: {gt: 'val2'}, ...}
129129
* ```

0 commit comments

Comments
 (0)