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 0e6a077 commit d337fbdCopy full SHA for d337fbd
lib/plugin.mjs
@@ -222,7 +222,7 @@ const storeModule = {
222
config.params._format = config.params._format ?? 'custom_elements'
223
}
224
if (options.addRequestContentFormat) {
225
- config.params._content_format = config.params._content_format ?? this.options.addRequestContentFormat
+ config.params._content_format = config.params._content_format ?? options.addRequestContentFormat
226
227
const { data, status } = await axios.get(path, config)
228
// Ensure the response looks valid. Either title or content keys
0 commit comments