Skip to content

Commit

Permalink
fix: add updates date (#105)
Browse files Browse the repository at this point in the history
Add new console log for debugging
  • Loading branch information
Melisa Anabella Rossi authored Nov 2, 2023
1 parent bb52a04 commit d5162a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/api/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,10 @@ export async function createApiComponent(components: {
updatedAfter
)

console.log(
`Last updates | tiles: ${tilesLastUpdatedAt} - estates: ${estatesLastUpdatedAt} - rentals: ${rentalListings} - saved: ${updatedAt}`
)

const result: Result = {
...batch,
updatedAt,
Expand Down

0 comments on commit d5162a3

Please sign in to comment.