Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzqm committed May 10, 2024
1 parent 979d26a commit 865b71d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dataconnect/schemaMigration.ts
Expand Up @@ -12,7 +12,6 @@ import { FirebaseError } from "../error";
import { needProjectId } from "../projectUtils";
import { logLabeledBullet, logLabeledWarning, logLabeledSuccess } from "../utils";
import * as errors from "./errors";
import { Message } from "@google-cloud/pubsub";

export async function diffSchema(schema: Schema): Promise<Diff[]> {
const { serviceName, instanceName, databaseId } = getIdentifiers(schema);
Expand Down

0 comments on commit 865b71d

Please sign in to comment.