bun run format

This commit is contained in:
2026-01-27 19:43:32 -03:00
parent 37f1b46306
commit e1864660a7
19 changed files with 115 additions and 121 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { obtenerUsuarioPorUsername } from '@/hooks/obtenerUsuario.js';
import type {UserResponseDto } from '../../types.js';
import type { UserResponseDto } from '../../types.js';
import { error } from '@sveltejs/kit';
import type { PageLoad } from './$types';
import { obtenerSeguidosPorUsuario } from '@/hooks/obtenerSeguidosPorUsuario.js';
@@ -26,4 +26,4 @@ export const load: PageLoad = async ({ params, depends, fetch }) => {
countSeguidores: countSeguidores.count,
countSeguidos: countSeguidos.count
};
};
};