From c359e15f2fcd65a5db10df1d7f2a90e07f191572 Mon Sep 17 00:00:00 2001 From: xXpuma99Xx <51341582+xXpuma99Xx@users.noreply.github.com> Date: Mon, 30 May 2022 11:00:15 -0500 Subject: [PATCH] asc --- src/usuario/usuario.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/usuario/usuario.service.ts b/src/usuario/usuario.service.ts index f4e01fa..85427d0 100644 --- a/src/usuario/usuario.service.ts +++ b/src/usuario/usuario.service.ts @@ -147,6 +147,7 @@ export class UsuarioService { where: busqueda, skip: (parseInt(filtros.pagina) - 1) * 25, take: 25, + order: { usuario: 'ASC' }, }); }