We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc511b commit 8ea8d17Copy full SHA for 8ea8d17
addon/utils/mung-options-for-fetch.ts
@@ -15,7 +15,7 @@ export default function mungOptionsForFetch(
15
let fetchOptions = {
16
credentials: 'same-origin',
17
};
18
-
+
19
for (const key in options) {
20
if (Object.prototype.hasOwnProperty.call(options, key)) {
21
fetchOptions[key] = options[key]
tests/dummy/config/ember-try.js
@@ -17,7 +17,7 @@ module.exports = async function () {
name: 'ember-lts-3.28',
npm: {
devDependencies: {
- 'ember-source': '~3.28.0'
+ 'ember-source': '~3.28.0',
},
22
23
0 commit comments