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 7d7843d commit f2a8fee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dataconnect/schemaMigration.ts
Expand Up @@ -10,7 +10,7 @@ import { Schema } from "./types";
import { Options } from "../options";
import { FirebaseError } from "../error";
import { needProjectId } from "../projectUtils";
import { logLabeledWarning, logLabeledSuccess } from "../utils";
import { logLabeledBullet, logLabeledWarning, logLabeledSuccess } from "../utils";
import * as errors from "./errors";

export async function diffSchema(schema: Schema): Promise<Diff[]> {

Check warning on line 16 in src/dataconnect/schemaMigration.ts

View workflow job for this annotation

GitHub Actions / lint (20)

Missing JSDoc comment
Expand Down Expand Up @@ -293,6 +293,7 @@ async function ensureServiceIsConnectedToCloudSql(
},
},
};
logLabeledBullet("dataconnect", `Linking the Cloud SQL instance...`);
} else {
throw err;
}
Expand Down

0 comments on commit f2a8fee

Please sign in to comment.