Skip to content

Commit

Permalink
Fixed client test
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Oct 22, 2024
1 parent 022a189 commit 23bf76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/management/apps.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import * as fs from "fs-extra";
import * as ora from "ora";
import * as path from "path";
import { Client } from "../apiv2";
import { firebaseApiOrigin } from "../api";
import { FirebaseError } from "../error";
import { logger } from "../logger";
import { pollOperation } from "../operation-poller";
import { WebConfig } from "../fetchWebSetup";
import ora from "ora";
import path from "path";
import { Platform } from "../dataconnect/types";
import { needProjectId } from "../projectUtils";
import { promptOnce, Question, prompt, promptForDirectory } from "../prompt";
Expand Down

0 comments on commit 23bf76e

Please sign in to comment.