alxndrsn commented on code in PR #9160: URL: https://github.com/apache/pouchdb/pull/9160#discussion_r2601590596
########## packages/node_modules/pouchdb-adapter-utils/src/parseDoc.js: ########## @@ -32,7 +32,8 @@ var reservedWords = toObject([ '_replication_state_reason', '_replication_stats', // Specific to Couchbase Sync Gateway - '_removed' + '_removed', + '_cv' Review Comment: any love for a trailing comma here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
