We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4db761 commit 3a043cdCopy full SHA for 3a043cd
packages/tasks/src/snippets/common.ts
@@ -56,7 +56,7 @@ export function stringifyGenerationConfig(
56
return (
57
opts.start +
58
Object.entries(config)
59
- .map(([key, val]) => `${quote}${key}${quote}${opts.attributeValueConnector}${quote}${val}${quote}`)
+ .map(([key, val]) => `${quote}${key}${quote}${opts.attributeValueConnector}${val}`)
60
.join(opts.sep) +
61
opts.end
62
);
0 commit comments