fix configure

This commit is contained in:
Xi Yan 2024-09-22 21:10:12 -07:00
parent 97feb92136
commit 00ef672509
2 changed files with 5 additions and 6 deletions

View file

@ -145,7 +145,7 @@ class StackConfigure(Subcommand):
built_at=datetime.now(),
image_name=image_name,
apis_to_serve=[],
provider_map={},
api_providers={},
)
config = configure_api_providers(config, build_config.distribution_spec)