Skip to content

Commit

Permalink
Change default value for endpoint availability in serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaStoeva committed Jul 12, 2023
1 parent 2af5b5d commit 5c39671
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const generateBodyParams = (
};

const DEFAULT_STACK_ENDPOINT_AVAILABILITY = true;
const DEFAULT_SERVERLESS_ENDPOINT_AVAILABILITY = false;
const DEFAULT_SERVERLESS_ENDPOINT_AVAILABILITY = true;

const generateAvailability = (endpoint: SpecificationTypes.Endpoint): AutocompleteAvailability => {
const availability: AutocompleteAvailability = {
Expand Down

0 comments on commit 5c39671

Please sign in to comment.