Skip to content

Commit

Permalink
Empty lines problem resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
harithmaduranga committed Jan 17, 2025
1 parent b9ac251 commit b3a3cc4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/sales_analytics/main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public function main() returns error? {
"hs_expiration_date": "2025-02-28"
}
};

hsQuotes:SimplePublicObjectInputForCreate batchInput2 = {
associations: [],
properties: {
Expand Down Expand Up @@ -83,7 +82,6 @@ public function main() returns error? {
hsQuotes:SimplePublicObjectId ob0 = {
id: quoteId
};

hsQuotes:BatchReadInputSimplePublicObjectId batchGetPayload = {
properties: [],
propertiesWithHistory: [],
Expand Down Expand Up @@ -125,7 +123,6 @@ public function main() returns error? {

// Archive a batch of quotes
hsQuotes:SimplePublicObjectId id0 = {id:"0"};

hsQuotes:BatchInputSimplePublicObjectId batchArchivePayload = {
inputs:[
id0
Expand Down

0 comments on commit b3a3cc4

Please sign in to comment.