Merge branch 'main' of github.com:Kevsl/crypto-exchange-api into dev

# Conflicts:
#	src/user/user.service.ts
This commit is contained in:
Kevsl 2024-09-16 13:15:44 +02:00
commit b553a4dc69

View File

@ -47,10 +47,10 @@ export class UserService {
},
},
},
take: 50,
orderBy: {
dollarAvailables: 'desc',
},
take: 20,
});
return user;
}