Skip to content

Commit 76299af

Browse files
removed extra the
1 parent 5439648 commit 76299af

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

firestore-bigquery-export/functions/src/logs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const bigQueryViewValidating = (viewName: string) => {
116116
};
117117

118118
export const complete = () => {
119-
console.log("Completed execution of the extension");
119+
console.log("Completed execution of extension");
120120
};
121121

122122
export const dataInserted = (rowCount: number) => {

0 commit comments

Comments
 (0)