change entity names
This commit is contained in:
@@ -40,7 +40,7 @@ export class ContactRepository extends EntityRepository<Contact> {
|
||||
where.scope = scope;
|
||||
}
|
||||
if (restaurantId) {
|
||||
where.restaurant = restaurantId;
|
||||
where.shop = restaurantId;
|
||||
}
|
||||
|
||||
if (search) {
|
||||
|
||||
Reference in New Issue
Block a user