Merge pull request 'web-ui: remove type test method' (#1563) from hsjobeki/clan-core:hsjobeki-main into main
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user