Skip to content

Commit

Permalink
Fix test case failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sgayangi committed Nov 3, 2023
1 parent e073371 commit 763d7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backoffice/backoffice-domain-service/ballerina/types.bal
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public type APIInfo record {
string updatedTime?;
boolean hasThumbnail?;
# State of the API. Only published APIs are visible on the Developer Portal
"CREATED"|"PUBLISHED" state?;
string state?;
};

public type APIExternalStore record {
Expand Down

0 comments on commit 763d7a7

Please sign in to comment.