Skip to content

Commit

Permalink
Merge pull request #146 from YujithIsura/main
Browse files Browse the repository at this point in the history
bal version updated
  • Loading branch information
YujithIsura committed Aug 14, 2024
2 parents 72cbeda + 3b0642f commit 85e3e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "avinyafoundation"
name = "global_data_api"
version = "2.1.0"
distribution = "2201.5.0"
distribution = "2201.8.7"

[build-options]
observabilityIncluded = true
1 change: 1 addition & 0 deletions api/main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@ AND p.organization_id IN (
return inventoryDatas;
}


remote function consumable_replenishment(int person_id, int organization_id, string date, Inventory[] inventories) returns InventoryData[]|error? {

InventoryData[] newlyAddedInventoryDatas = [];
Expand Down

0 comments on commit 85e3e7e

Please sign in to comment.