We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38a546 commit 37bd069Copy full SHA for 37bd069
src/datastore/sync_methods/changes.js
@@ -35,7 +35,7 @@ function errorPrefix(resourceName) {
35
*
36
* @param {string} resourceName The resource type, e.g. 'user', 'comment', etc.
37
* @param {string|number} id The primary key of the item of the changes to retrieve.
38
- * @param {=object} options Optional configuration. Properties:
+ * @param {object=} options Optional configuration. Properties:
39
40
* - `{array=}` - `blacklist` - Array of strings or RegExp that specify fields that should be ignored when checking for changes.
41
0 commit comments