Skip to content

Commit

Permalink
fix: missing comma causing build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Jan 24, 2023
1 parent 28ca0ba commit 1a3ab25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class JsForceConnectionProvider extends SalesforceConnectionProvider {
oauth2: {
clientId: options.clientId,
clientSecret: options.clientSecret
}
},
...options
}));
}
Expand Down

0 comments on commit 1a3ab25

Please sign in to comment.