Skip to content

Commit

Permalink
provider and tocket fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed May 13, 2024
1 parent 31d14b4 commit 71f8b06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/features/provider/provider.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ export class ProviderService {

async getProviders(): Promise<ProviderEntity[]> {
return this.providerRepository.find({
relations: {
needs: true,
},
order: {
createdAt: 'DESC',
},
Expand Down

0 comments on commit 71f8b06

Please sign in to comment.