This commit is contained in:
DieMyst
2022-11-23 14:01:25 +04:00
parent e554e4f6ee
commit dadc40fdba

View File

@@ -1,5 +1,5 @@
import {getObj, GetObjResult} from "../compiled/examples/object";
// import {getObj, GetObjResult} from "../compiled/examples/object";
export async function getObjCall(): Promise<GetObjResult> {
return await getObj();
export async function getObjCall() {
return await Promise.resolve();
}