Skip to content

Commit

Permalink
Check admin workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Oct 3, 2023
1 parent d491db5 commit 97a3790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/admin-domain-service/ballerina/organizationDAO.bal
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ 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

0 comments on commit 97a3790

Please sign in to comment.