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 b8b8e45 commit e9de5e5Copy full SHA for e9de5e5
components/brosix/brosix.app.mjs
@@ -25,7 +25,7 @@ export default {
25
...otherOpts,
26
url: this._baseUrl() + path,
27
params: {
28
- "apikey ": `${this.$auth.api_key}`,
+ "apikey": `${this.$auth.api_key}`,
29
...params,
30
},
31
});
0 commit comments