This commit is contained in:
Kenio 2025-11-14 17:20:30 -03:00
parent c6ac3e3fc9
commit 5215180249

View file

@ -12,6 +12,8 @@ export const useLogDatabaseSchemaHook = () => {
const fetchLogDatabaseSchema = async () => {
try {
const response = await LogDatabaseSchemaService();
console.log("Resposta do LogDatabaseSchemaService:", response);
setLog(response as LogDatabaseSchemaInterface);
setResponse(response);
} catch (error) {