Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rollouts:create to handle backend regionality & other fixes #7862

Merged
merged 10 commits into from
Oct 29, 2024
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix rollouts:create to handle backend regionality & other fixes. (#7862)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
setDefaultTrafficPolicy,
ensureAppHostingComputeServiceAccount,
getBackendForAmbiguousLocation,
} from "./index";
} from "./backend";
import * as deploymentTool from "../deploymentTool";
import { FirebaseError } from "../error";

Expand Down
Loading
Loading