Skip to content

Commit

Permalink
Merge pull request #312 from nipunayf/fix-8593
Browse files Browse the repository at this point in the history
Remove empty lines before code snippet
  • Loading branch information
NipunaRanasinghe authored Jan 26, 2024
2 parents cb16c02 + 8d44f17 commit f6e3910
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ballerina/modules/bulk/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import ballerinax/salesforce.bulk;
### Step 2: Create a new connector instance
Create a `ConnectionConfig` with the OAuth2 tokens obtained, and initialize the connector with it.
```ballerina
configurable string clientId = ?;
configurable string clientSecret = ?;
configurable string refreshToken = ?;
Expand All @@ -47,7 +46,6 @@ bulk:Client bulkClient = new (sfConfig);
Following is an example on how to insert bulk contacts using the connector.

```ballerina
json contacts = [
{
description: "Created_from_Ballerina_Sf_Bulk_API",
Expand Down

0 comments on commit f6e3910

Please sign in to comment.