Skip to content

Commit e1274c5

Browse files
add debug log
1 parent 4636f3e commit e1274c5

File tree

1 file changed

+1
-0
lines changed
  • components/google_my_business/sources

1 file changed

+1
-0
lines changed

components/google_my_business/sources/common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default {
5353
const currentRun: number = Date.now();
5454
const lastRun: Date = this.getLastRun();
5555
const items: EntityWithCreateTime[] = await this.getItems();
56+
console.log("Number of reviews: ", items.length);
5657
this.setLastRun(currentRun);
5758

5859
const filteredItems = (lastRun

0 commit comments

Comments
 (0)