Skip to content

Commit d4ab041

Browse files
remove extra the
1 parent 76299af commit d4ab041

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
@@ -146,7 +146,7 @@ export const init = () => {
146146
};
147147

148148
export const start = () => {
149-
console.log("Started execution of the extension with configuration", config);
149+
console.log("Started execution of extension with configuration", config);
150150
};
151151

152152
export const timestampMissingValue = (fieldName: string) => {

0 commit comments

Comments
 (0)