Skip to content

Commit 1cfbcda

Browse files
committed
Fixed errors
1 parent bbc90db commit 1cfbcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/bluecart_api/bluecart_api.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default {
4444
...otherOpts,
4545
url: this._baseUrl() + path,
4646
params: {
47-
api_key: `${this.$auth.api_key}`,
47+
api_key: this.$auth.api_key,
4848
...params,
4949
},
5050
});

0 commit comments

Comments
 (0)