Skip to content

Commit 6742908

Browse files
committed
Minor adjustment
1 parent 41d16da commit 6742908

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/salesforge/actions/create-contact/create-contact.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default {
5454
} = this;
5555

5656
const response = await app.createContact({
57+
$,
5758
workspaceId,
5859
data,
5960
});

components/salesforge/salesforge.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default {
3333
return axios($, {
3434
url: `${this._apiUrl()}${path}`,
3535
headers: {
36-
"authorization": `${this.$auth.api_key}`,
36+
"Authorization": `${this.$auth.api_key}`,
3737
},
3838
...args,
3939
});

0 commit comments

Comments
 (0)