token
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import { EntityRepository } from '@mikro-orm/postgresql';
|
||||
import type { Restaurant } from '../entities/restaurant.entity';
|
||||
|
||||
// import { PaginationUtils } from '../../utils/services/pagination.utils';
|
||||
|
||||
export class RestRepository extends EntityRepository<Restaurant> {}
|
||||
Reference in New Issue
Block a user