Skip to content

Commit

Permalink
providers sort
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Jul 16, 2024
1 parent 1870b24 commit ac3e4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/provider/provider.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class ProviderService {
async getProviders(): Promise<ProviderEntity[]> {
return this.providerRepository.find({
order: {
createdAt: 'DESC',
type: 'DESC',
},
});
}
Expand Down

0 comments on commit ac3e4b9

Please sign in to comment.