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 e8e700b commit 979d26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataconnect/schemaMigration.ts
Expand Up @@ -12,7 +12,7 @@ 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';
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 979d26a

Please sign in to comment.