web-ui: remove type test method

This commit is contained in:
Johannes Kirschbauer
2024-06-05 09:54:11 +02:00
parent 836754d7ad
commit 92bc2962b8

View File

@@ -73,11 +73,6 @@ const deserialize =
const pyApi: PyApi = {} as PyApi; const pyApi: PyApi = {} as PyApi;
pyApi.create_clan.receive((r) => {
if (r.status === "success") {
r.status;
}
});
operationNames.forEach((opName) => { operationNames.forEach((opName) => {
const name = opName as OperationNames; const name = opName as OperationNames;
// @ts-expect-error - TODO: Fix this. Typescript is not recognizing the receive function correctly // @ts-expect-error - TODO: Fix this. Typescript is not recognizing the receive function correctly