We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4636f3e commit e1274c5Copy full SHA for e1274c5
components/google_my_business/sources/common.ts
@@ -53,6 +53,7 @@ export default {
53
const currentRun: number = Date.now();
54
const lastRun: Date = this.getLastRun();
55
const items: EntityWithCreateTime[] = await this.getItems();
56
+ console.log("Number of reviews: ", items.length);
57
this.setLastRun(currentRun);
58
59
const filteredItems = (lastRun
0 commit comments