This commit is contained in:
Benjamin Toby
2025-01-14 00:01:02 +01:00
parent 8f00f333aa
commit d586de0639
90 changed files with 533 additions and 960 deletions
+1 -4
View File
@@ -91,8 +91,5 @@ export default async function getSchema({
.end();
});
return {
success: true,
payload: httpResponse as any,
};
return httpResponse as GetSchemaReturn;
}