1
0
forked from clan/clan-core

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
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU

View File

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