feat(app): seed restaurants, geocode addresses, refresh sharing
This commit is contained in:
@@ -95,6 +95,7 @@ class RestaurantRepositoryImpl implements RestaurantRepository {
|
||||
businessHours: restaurant.businessHours,
|
||||
lastVisited: visitDate,
|
||||
visitCount: restaurant.visitCount + 1,
|
||||
needsAddressVerification: restaurant.needsAddressVerification,
|
||||
);
|
||||
await updateRestaurant(updatedRestaurant);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user