emilygilberts commented on PR #9176: URL: https://github.com/apache/pouchdb/pull/9176#issuecomment-4169669726
hmm wondering - in some tests we had promise chains that did multiple queries that returned `res` to then be evaluated with `should` expressions. I always reassigned `res` to keep the same names as before, but I'm guessing it would be better style to use `const` and `res, res2,... `? -- 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]
