Skip to content

Commit 5439648

Browse files
remove extra the
1 parent 813260d commit 5439648

File tree

1 file changed

+1
-1
lines changed
  • firestore-bigquery-export/functions/lib

1 file changed

+1
-1
lines changed

firestore-bigquery-export/functions/lib/logs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ exports.bigQueryViewValidating = (viewName) => {
9090
console.log(`Validating existing BigQuery view: ${viewName}`);
9191
};
9292
exports.complete = () => {
93-
console.log("Completed execution of the extension");
93+
console.log("Completed execution of extension");
9494
};
9595
exports.dataInserted = (rowCount) => {
9696
console.log(`Inserted ${rowCount} row(s) of data into BigQuery`);

0 commit comments

Comments
 (0)