Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Oct 4, 2023
1 parent a7f81ef commit 0bfa91d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion admin/admin-domain-service/ballerina/organizationDAO.bal
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ isolated function addOrganizationClaimMappingDAO(postgresql:Client dbClient, Int
return payload;
}

// TODO: Add error handling
isolated function addVhostsDAO (postgresql:Client dbClient, Internal_Organization payload) returns boolean{
string[]? production = payload.production;
string[]? sandbox = payload.sandbox;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ isolated function db_getAPIsDAO(string organization) returns API[]|commons:APKEr
}
}

// Change Lifecycle State
isolated function db_changeLCState(string targetState, string apiId) returns string|commons:APKError {
postgresql:Client|error db_Client = getConnection();
if db_Client is error {
Expand Down

0 comments on commit 0bfa91d

Please sign in to comment.