Skip to content

Commit

Permalink
Use single quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulgi committed Apr 23, 2024
1 parent 44505f9 commit 7a10a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {

modifyOptsForRequest(ctx, opts) {
const optsCopy = Object.assign({}, opts);
if (typeof opts.domain === "function") {
if (typeof opts.domain === 'function') {
optsCopy.domain = opts.domain(ctx, opts);
}
return optsCopy;
Expand Down

0 comments on commit 7a10a72

Please sign in to comment.