Skip to content

Commit

Permalink
Merge pull request SalesforceCommerceCloud#308 from sfdc-qbranch/master
Browse files Browse the repository at this point in the history
typo in slas client add; fixes SalesforceCommerceCloud#306
  • Loading branch information
hnestmann committed May 5, 2022
2 parents 179a6f6 + f2d87c1 commit 95436e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/slas.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const slas = {
params = JSON.parse(fs.readFileSync(file, 'utf-8'));
} else {
params = {
cliendId: clientid,
clientId: clientid,
name: clientname,
isPrivateClient: privateclient,
ecomTenant: ecomtenant,
Expand Down Expand Up @@ -320,4 +320,4 @@ const slas = {
}
}

module.exports = slas;
module.exports = slas;

0 comments on commit 95436e8

Please sign in to comment.