Skip to content

Commit e5d5890

Browse files
committed
m
1 parent c2b9352 commit e5d5890

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/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import * as logs from "./logs";
2525
import { getChangeType } from "./util";
2626

2727
const eventTracker: FirestoreEventHistoryTracker = new FirestoreBigQueryEventHistoryTracker({
28-
collectionPath: config.tableId,
28+
collectionPath: config.tableId, // TODO: rename collectionPath.
2929
datasetId: config.datasetId,
3030
initialized: false, // TODO: Remove this config.
3131
suppressWarnings: false, // TODO: Remove this config.

0 commit comments

Comments
 (0)