Debug
This commit is contained in:
parent
c6ac3e3fc9
commit
5215180249
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue