Skip to content

Commit e9de5e5

Browse files
authored
Update brosix.app.mjs
1 parent b8b8e45 commit e9de5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/brosix/brosix.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default {
2525
...otherOpts,
2626
url: this._baseUrl() + path,
2727
params: {
28-
"apikey ": `${this.$auth.api_key}`,
28+
"apikey": `${this.$auth.api_key}`,
2929
...params,
3030
},
3131
});

0 commit comments

Comments
 (0)