Skip to content

Commit ec5d8e0

Browse files
lcaresiaGTFalcao
andauthored
Update components/u301/u301.app.mjs
Co-authored-by: Guilherme Falcão <[email protected]>
1 parent 125b32d commit ec5d8e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/u301/u301.app.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ export default {
4646
$ = this,
4747
path,
4848
headers,
49-
params,
5049
...otherOpts
5150
} = opts;
5251
return axios($, {
5352
...otherOpts,
5453
url: this._baseUrl() + path,
55-
params,
5654
headers: {
5755
...headers,
5856
Authorization: `Bearer ${this.$auth.api_key}`,

0 commit comments

Comments
 (0)