Rental crawler #2
Reference in New Issue
Block a user
Delete Branch "rental-crawler"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: GotPPay
Created by: edazdarevic
In Javascript we should use camelCase instead of snake_case. It should be
hasMapCreated by: edazdarevic
Same comment as for
has_map.Created by: edazdarevic
Could we have reused the enum in
crawler/enums.js? Just add STATUS_NORMAL etc there.Created by: edazdarevic
We could have referenced these from
crawler/enums.jsas in:Created by: edazdarevic
👍
Created by: edazdarevic
Do we need this file in the repo?
Created by: edazdarevic
We don't need those
breakstatements?